ff/mirzaev/site/rules/system/public/css/troller.css

20 lines
280 B
CSS
Executable File

#what_image {
z-index: 9999999;
left: 0;
top: 0;
position: fixed;
width: 100vw;
height: 100vh;
display: none;
transition: unset;
}
#what_image.active {
display: block;
}
.hide {
position: absolute;
display: none;
}