Allow a div to cover the whole page instead of the area within the container

前端 未结 9 1406
执念已碎
执念已碎 2020-12-12 16:45

I\'m trying to make a semi-transparent div cover the whole screen. I tried this:

#dimScreen
{
    width: 100%;
    height: 100%;
    background:rgba(255,255,         


        
9条回答
提交回复
热议问题