20 lines
No EOL
269 B
CSS
20 lines
No EOL
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;
|
|
} |