13 lines
222 B
CSS
13 lines
222 B
CSS
|
.fourZeroFour {
|
||
|
font-family: 'lightning';
|
||
|
font-size: 96px;
|
||
|
display: flex;
|
||
|
justify-content: space-evenly;
|
||
|
align-items: center;
|
||
|
margin-top: 1rem;
|
||
|
width: 100%;
|
||
|
}
|
||
|
|
||
|
.notFound {
|
||
|
font-size: 24px;
|
||
|
}
|