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.

13 lines
238 B
CSS

1 year ago
/* Error404 */
.error404 {
background-color: #1a1a1a;
}
/* Error404 H2 */
.error404 h2 {
text-align: center;
font-family: NeonSans;
font-size: 40vw;
color: #8c00ff;
text-shadow: 0 0 4vw #8c00ff, 0 0 6vw #8c00ff;
}