Template:UCSF/NewHead

From 2010.igem.org

(Difference between revisions)
Line 245: Line 245:
#banner{
#banner{
margin-left:-5px;;
margin-left:-5px;;
 +
}
 +
#Main{
 +
overflow:hidden;
 +
}
 +
#left{
 +
float:left;
 +
width=70%;
 +
height:200px;
 +
background-color:red;
 +
}
 +
#right{
 +
float:right;
 +
width:28%;
 +
height:200px;
 +
bakcground-color:yellow;
}
}
</style>
</style>
Line 253: Line 268:
{{Template:UCSF/Nav}}
{{Template:UCSF/Nav}}
<html>
<html>
-
 
+
<div id="Main">
 +
<div id = "left"></div>
 +
<div id="right"></div>
 +
</div>
</html>
</html>

Revision as of 03:34, 22 October 2010