All Downloads are FREE. Search and download functionalities are using the official Maven repository.

[email protected] Maven / Gradle / Ivy

The newest version!
.code h1,
.code h2 {
    text-transform: uppercase;
    color: #fff
}

.code .code-text h1,
.code h2 {
    font-family: 'Maven Pro', sans-serif;
    font-weight: 900;
    margin: 0
}

* {
    box-sizing: border-box
}

body {
    padding: 0;
    margin: 0
}

#code .code {
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.code h1 {
    font-size: 138px
}

.code h2 {
    font-size: 46px
}

.code a,
.code p {
    font-family: 'Maven Pro', sans-serif;
    font-weight: 400
}

.code p {
    font-size: 16px;
    color: #fff;
    margin-top: 15px
}

.code-200 {
    background-color: #3cb371
}

.code-400 {
    background-color: #a461d8
}

.code-401 {
    background-color: #c7aa3c
}

.code-403 {
    background-color: #872901
}

.code-404 {
    background-color: #0262ff
}

.code-500 {
    background-color: #fd9d00
}

.code-xxx {
    background-color: #bebebe
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy