main.css 1.08 KB
html {
    background-color: #d4d4d4;
}

body {
    margin: 0 auto;
    padding: 2em 2em 4em;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    color: #8e8e8e;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    line-height: 1.3em;
}
nav, nav a{
    font-size: 12px;
    line-height: 1.5em;
    color: #8e8e8e;
}
nav a:hover{
    color: #FFF;
}
nav a:active{
    color: #000;
}

iframe {
    margin: 20px;
    border: 1px #d4d4d4 solid;
    overflow: hidden;
    iframe::-webkit-scrollbar {  
        display: none;
    }  
}

.b300x250 {
    width: 300px;
    height: 250px;
}
.b728x90 {
    width: 728px;
    height: 90px;
}
.b300x600 {
    width: 300px;
    height: 600px;
}.b600x600 {
    width: 600px;
    height: 600px;
}
.b300x450 {
    width: 300px;
    height: 450px;
}
.b320x480 {
    width: 320px;
    height: 480px;
}
.b768x1024 {
    width: 768px;
    height: 1024px;
}
.b970x250 {
    width: 970px;
    height: 250px;
}
.b1000x700 {
    width: 1000px;
    height: 700px;
}
.b1024x768 {
    width: 1024px;
    height: 768px;
}