Design 8 - css
Disse css-definitioner styrer Design 8:
html,body{
margin: 0px;
}
#topbox {
margin: 30px auto;
color: #000080;
width: 80%;
height: 60px;
background: #fff url(topbg.gif) repeat-x;
border: 3px solid #000080;
position: relative;
}
#topbox h1 {
position: absolute;
margin: 0;
top: 22%;
left: 50%;
margin-left: -88px;
}
#indhold {
margin-left: 190px;
margin-right: 20px;
}
#menu {
position:absolute;
top: 30px;
left: 10px;
width: 160px;
color: #000;
background: #fff url(menubg.gif) repeat-y;
border: 3px solid #000080;
}
#menu a {
display: block;
text-decoration: none;
padding: 5px;
}