Team:TU Delft/header

From 2010.igem.org

(Difference between revisions)
Line 100: Line 100:
}
}
-
#header {
+
#header_wrap {
width:100%;
width:100%;
height:100px;
height:100px;
}
}
-
#content {
+
#content_wrap {
width:100%;
width:100%;
height:400px;
height:400px;
Line 111: Line 111:
}
}
-
#footer {
+
#footer_wrap {
width:100%;
width:100%;
height:100px;
height:100px;
Line 119: Line 119:
<div id="dashed_line"></div>
<div id="dashed_line"></div>
<div id="wrapper">
<div id="wrapper">
-
<div id="header">test</div>
+
<div id="header_wrap">test</div>
-
 
+
<div id="content_wrap">
</html>
</html>

Revision as of 09:05, 3 June 2010