Difference between revisions of "Code Documentation"

Line 14: Line 14:
 
<!-- start of content ---------------------------------------->
 
<!-- start of content ---------------------------------------->
  
 
+
<p> /* General wrap for the page*/ <br>
 
+
#contentWrap {  <br>
 +
width: 980px;<br>
 +
height: auto;<br>
 +
margin-left: 20px;<br>
 +
float:left;<br>
 +
margin-right: auto;<br>
 +
background-color: #ffffff;<br>
 +
}
 +
</p>
  
  

Revision as of 18:47, 30 January 2015

CSS and HTML used in iGEM 2015

/* General wrap for the page*/
#contentWrap {
width: 980px;
height: auto;
margin-left: 20px;
float:left;
margin-right: auto;
background-color: #ffffff;
}