
Untitled
By: a guest on
Aug 5th, 2012 | syntax:
None | size: 0.90 KB | hits: 9 | expires: Never
/**
* The first commented line is your dabblet’s title
*/
html,body{margin:0;padding:0}
body{font: 76% arial,sans-serif;text-align:center}
p{margin:0 10px 10px}
a{display:block;color: #981793;padding:10px}
div#header h1{height:80px;line-height:80px;margin:0;
padding-left:10px;background: #EEE;color: #79B30B}
div#container{text-align:left}
div#content p{line-height:1.4}
div#navigation{background:#B9CAFF}
div#extra{background:#FF8539}
div#footer{background: #333;color: #FFF}
div#footer p{margin:0;padding:5px 10px}
/*Start TODO*/
html,body
{
height:100%;
}
div#container
{
margin: 0 auto;
width:700px;
/*position: relative;*/
height:100%;
}
div#extra
{
width:150px;
/*position: absolute;
top:80px;*/
}
div#wrapper
{
float: left;
margin-left:150px;
width:400px;
height:0;
}
div#wrapper div#content
{
}
div#navigation
{
float: right;
width:150px;
}
div#footer
{
clear: both;
}
/*End TODO*/