Untitled

 avatar
unknown
plain_text
9 months ago
607 B
6
Indexable
.error {
    align-items: center ;
    text-align: center;
    padding-top: 2vw;
    padding-left: 2vw;
    color: #eaeaea;
    background: #0D1E23;
    height: 91.9vh;
    font-family: ruda;
}

.error a {
    text-decoration: none;
    border-bottom: 3px #7DC188 solid;
    color: #7DC188;
}

.error_text {
    padding-top: 15%;
    line-height: 5vw;
    font-size: 4.5vw;
}

.text {
    padding-top: 3vw;
    font-size: 2.4vw;
}

.getback {
    text-align: center;
    font-size: 2.5vw;
    padding-top: 5%;
}

.getback a:hover{
    animation: cdeksize 0.3s forwards;
}
Editor is loading...
Leave a Comment