flash.moe/assets/common.css/main.css

22 lines
275 B
CSS
Raw Normal View History

2023-10-13 19:33:34 +00:00
* {
margin: 0;
padding: 0;
box-sizing: border-box;
position: relative;
outline-style: none;
}
html, body {
width: 100%;
height: 100%;
}
.hidden {
display: none !important;
visibility: hidden !important;
}
.invisible {
opacity: 0;
}