
Untitled
By: a guest on
Aug 19th, 2012 | syntax:
None | size: 0.97 KB | hits: 8 | expires: Never
body {
margin:0;
padding: 0;
font: 100%;
min-height: 100%;
}
header, article, aside,
footer, nav { float: left }
h1 {
font: 1.9em/1.4em sans-serif;
margin-bottom: 10px;
diaply: block;
}
p {
font: 1em/1.5em sans-serif;
margin: 0
}
header {
height: 150px;
width: 100%;
background: rgba(0,0,0,.6)
}
section {
display: block;
clear: left;
}
aside {
width: 20%;
text-align: center
}
lubberofzelda {
height: 100px;
width: 100%;
display: inline-block;
}
article {
width: 540px;
background: white;
padding: 15px;
padding-left: 30px;
box-sizing: border-box;
}
article > * {
color: black;
}
footer {
height: 100px;
width: 20%;
background: rgba(0,0,0,.8);
position: fixed;
bottom: 0px;
color: white
}
lubberofzelda, footer {
text-align: center;
font: 1.2em/100px arial black
}
article, aside {
height: 100%;
padding-bottom: 100px;
}