mirror of
https://github.com/neon443/neon443.github.io.git
synced 2026-03-11 15:16:18 +00:00
15 lines
174 B
CSS
15 lines
174 B
CSS
* {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
#fancade {
|
|
border: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
overflow: hidden;
|
|
position: absolute;
|
|
top: 0px;
|
|
left: 0px;
|
|
right: 0px;
|
|
bottom: 0px;
|
|
} |