Difference between revisions of "Code Documentation"

Line 15: Line 15:
  
 
<p> /* General wrap for the page*/ <br>
 
<p> /* General wrap for the page*/ <br>
#contentWrap {  <br> &nbsp;
+
#contentWrap {  <br> &nbsp;&nbsp;&nbsp;
 
width: 980px;<br>
 
width: 980px;<br>
 
height: auto;<br>
 
height: auto;<br>

Revision as of 18:51, 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;
}