xssbook/public/css/404.css
Tyler Murphy 0a43289090 dark mode
2023-01-30 18:55:36 -05:00

20 lines
269 B
CSS

body {
background-color: var(--secondary)
}
.error {
display: flex;
justify-content: center;
align-items: center;
width: 100vw;
height: 100vh;
flex-direction: column;
}
.error .logo {
font-size: 100px;
}
.desc {
font-size: 40px;
}