You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
365 B
CSS

canvas,
body {
width: 100%;
height: 100%;
margin: 0;
background-color: black;
overflow: hidden;
}
img {
visibility: hidden;
display: none;
}
footer {
color: white;
position: fixed;
bottom: 0;
left: 0;
padding: 15px;
font-family: "Helvetica", "Roboto", "Sans";
}
footer a {
color: white;
font-family: "Helvetica", "Roboto", "Sans";
}