mirror of
https://github.com/Llloooggg/Jarvis.git
synced 2026-03-06 03:56:23 +03:00
29 lines
451 B
CSS
29 lines
451 B
CSS
.error {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
}
|
|
.not_found {
|
|
color: #f9b43b;
|
|
font-family: 'Gagalin';
|
|
padding-left: 100px;
|
|
}
|
|
.not_found-title {
|
|
font-size: 220px;
|
|
font-weight: 400;
|
|
line-height: 1.42;
|
|
margin: 0;
|
|
}
|
|
.not_found-text {
|
|
font-size: 79px;
|
|
font-weight: 400;
|
|
line-height: 1.42;
|
|
margin: 0;
|
|
|
|
}
|
|
.not_found-img {
|
|
height: 571px;
|
|
}
|
|
.img404 {
|
|
height: 100%;
|
|
} |