Untitled

 avatar
unknown
plain_text
2 months ago
1.2 kB
6
Indexable
@font-face {
    font-family: arial;
}
article {
    padding: 10px;
}
body {
    font-family: arial;
    font-size: 85%;
    border-style: solid;
    border-width: 5px;
    border-color: #d8d8d8;
}
footer {
    font-size: 80%;
    text-align: center;
    clear: both;
    border-top-style: solid;
    border-top-width: 5px;
    border-top-color: #d8d8d8;
    margin-top: 0;
    padding: 0;
}
h1 {
    text-shadow: 3px 3px 3px #888888;
    margin-top: 5px;
    margin-bottom: 0px;
}
header {
    border-bottom-style: solid;
    border-bottom-width: 5px;
    border-bottom-color: #d8d8d8;
}
nav {
    background: #d8d8d8;
    font-size: 85%;
    font-weight: bold;
    float: left;
    height: 420px;
    padding-right: 24px;
    margin-right: 10px;
    opacity: 0.8;
}
section {
    background-image: url("globe.png");
    background-repeat: no-repeat;
    background-size: contain;
}
.floatright {
    float: right;
    clear: right;
    margin: 10px;
}
.navlinks {
    display: block;
    border: 2px solid #a1a1a1;
    padding: 2px 5px;
    background: #add8e6;
    border-radius: 5px;
    text-decoration: none;
    box-shadow: 5px 5px 5px #888888;
}
Editor is loading...
Leave a Comment