web-html5-scripts/css-effects/pixel-repulsion/style.css
2020-01-20 21:00:54 +01:00

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";
}