16 lines
224 B
CSS
Executable File
16 lines
224 B
CSS
Executable File
/* ERROR WINDOW */
|
|
|
|
.error {
|
|
position: absolute;
|
|
top: 0px;
|
|
left: 0px;
|
|
width: 1920px;
|
|
height: 1080px;
|
|
z-index: 10;
|
|
display: none;
|
|
}
|
|
|
|
.error .bg {
|
|
width: 100%;
|
|
height: 100%;
|
|
} |