Добовил страницу ошибки

This commit is contained in:
Pro100ser
2020-03-15 22:47:20 +03:00
parent fb0fa13a4e
commit 665827bf4c
5 changed files with 132 additions and 0 deletions

View File

@@ -0,0 +1,29 @@
.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%;
}