mcwhirter.io/css/default.css

66 lines
974 B
CSS

body {
color: green;
background-color: black;
font-size: 16px;
margin: 0px auto 0px auto;
width: 100%;
}
div#header {
border-bottom: 2px solid green;
margin-bottom: 30px;
padding: 12px 0px 12px 0px;
}
div#logo a {
color: green;
float: left;
font-size: 18px;
font-weight: bold;
text-decoration: none;
}
div#header #navigation {
text-align: right;
}
div#header #navigation a {
color: green;
font-size: 18px;
font-weight: bold;
margin-left: 12px;
text-decoration: none;
text-transform: uppercase;
}
div#footer {
color: green;
font-size: 12px;
margin-top: 30px;
padding: 12px 0px 12px 0px;
text-align: right;
position:absolute;
bottom:1%;
right: 1%;
}
h1 {
font-size: 24px;
}
h2 {
font-size: 20px;
}
div.info {
color: green;
font-size: 14px;
font-style: italic;
}
div#content img {
position:absolute;
bottom: 1%;
left: 1%;
}