Team:Amsterdam/temp

From 2012.igem.org

(Difference between revisions)
Line 40: Line 40:
float: left;
float: left;
height: 25px;
height: 25px;
-
width: 750px;
+
width: 75%;
border: 1px solid black;
border: 1px solid black;
text-align: center;
text-align: center;
Line 47: Line 47:
#centerContent {
#centerContent {
float: left;
float: left;
-
width: 750px;
+
width: 75%;
border: 1px solid black;
border: 1px solid black;
background-color: grey;
background-color: grey;
Line 53: Line 53:
#rightContent {
#rightContent {
float: right;
float: right;
-
width: 200px;
+
width: 20%;
background-color: white;
background-color: white;
}
}
Line 124: Line 124:
     float:left;
     float:left;
     position:relative;
     position:relative;
-
width: 100px;
+
    width: 10%;
}
}
#nav ul {
#nav ul {
     position:absolute;
     position:absolute;
-
     width:100px;
+
     width:10%;
     top:2em;
     top:2em;
     display:none;
     display:none;
Line 164: Line 164:
<div id="total">
<div id="total">
<div id="header-left">
<div id="header-left">
-
<h1>Left header column</h1>
+
<h2>Left header column</h2>
</div>
</div>
<div id="header-middle">
<div id="header-middle">
-
<h1>Middle header column</h1>
+
<h2>Middle header column</h2>
</div>
</div>
<div id="header-right">
<div id="header-right">
-
<h1>Right header column</h1>
+
<h2>Right header column</h2>
</div>
</div>
<div id="menu">
<div id="menu">

Revision as of 14:14, 17 May 2012

Test page