xssbook/public/css/404.css

20 lines
269 B
CSS
Raw Permalink Normal View History

2023-01-26 22:29:16 +00:00
body {
2023-01-30 23:55:36 +00:00
background-color: var(--secondary)
2023-01-26 22:29:16 +00:00
}
.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;
}