Team:TU Delft/header

From 2010.igem.org

(Difference between revisions)
Line 94: Line 94:
}
}
-
.wrapper {
+
#wrapper {
width: 965px;
width: 965px;
min-height: 600px;
min-height: 600px;
-
background-color: #fff;
 
margin: 0 auto;
margin: 0 auto;
 +
}
 +
 +
#header {
 +
width:100%;
 +
height:100px;
 +
}
 +
 +
#content {
 +
width:100%;
 +
height:400px;
 +
background-color: #fff;
 +
}
 +
 +
#footer {
 +
width:100%;
 +
height:100px;
 +
background-color: #ccc;
}
}
</style>
</style>
<div id="dashed_line"></div>
<div id="dashed_line"></div>
 +
<div id="wrapper">
 +
<div id="header">test</div>
 +
</html>
</html>

Revision as of 09:04, 3 June 2010