first initial

This commit is contained in:
2025-05-27 19:09:17 +07:00
commit 80375d8af3
1587 changed files with 572586 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
.kt-error-v1 {
background-position: center;
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover; }
.kt-error-v1 .kt-error-v1__container .kt-error-v1__number {
font-size: 150px;
margin-left: 80px;
margin-top: 9rem;
font-weight: 700;
color: #595d6e; }
.kt-error-v1 .kt-error-v1__container .kt-error-v1__desc {
font-size: 1.5rem;
margin-left: 80px;
color: #74788d; }
@media (max-width: 768px) {
.kt-error-v1 .kt-error-v1__container .kt-error-v1__number {
margin: 120px 0 0 3rem;
font-size: 8rem; }
.kt-error-v1 .kt-error-v1__container .kt-error-v1__desc {
margin-left: 3rem;
padding-right: 0.5rem; } }