Skip to content
main.css 363 B
Newer Older
body {
    background-image:url("../img/creep.png");
}

#main-container{
    background-color: #0dcaf0;
    border: thin;
    border-radius: 16px;
    width:85%;
}

.header-link-text{
    font-size: 25px;
    text-decoration-line: none;
}

.no-link-color{
    color: unset;
}

.page-splitter{
    margin-top: 10px;
}

.icon-img{
    width:50px;
    height:50px;
}