Template:UCSF/NewHead

From 2010.igem.org

(Difference between revisions)
Line 251: Line 251:
#left{
#left{
float:left;
float:left;
-
width=70%;
+
width:700px;
height:200px;
height:200px;
background-color:red;
background-color:red;
Line 257: Line 257:
#right{
#right{
float:right;
float:right;
-
width:28%;
+
width:250px;
height:200px;
height:200px;
bakcground-color:yellow;
bakcground-color:yellow;
Line 269: Line 269:
<html>
<html>
<div id="Main">
<div id="Main">
-
<div id = "left"></div>
+
<div id="left"></div>
<div id="right"></div>
<div id="right"></div>
</div>
</div>
</html>
</html>

Revision as of 03:35, 22 October 2010