Template:Fade from damn.css

From The Wiki Camp 2
Jump to navigation Jump to search
#footer {
position: fixed;
top:0;
left:0;
width: 100vw;
height: 100vh;
background:black;
background-image: url("https://camp2.rectangle.zone/subwikifiles/wc2/images/f/fd/Checkpointbg2.png");
animation: fade-in 1s forwards;
display:block;
}