Difference between revisions of "Code Documentation"

Line 13: Line 13:
  
 
<!-- start of content ---------------------------------------->
 
<!-- start of content ---------------------------------------->
 +
 +
<p> This page documents and explains the CSS and HTML used in the 2015 site.</p>
 +
  
 
<p> /* General wrap for the page*/ <br>
 
<p> /* General wrap for the page*/ <br>

Revision as of 18:56, 30 January 2015

CSS and HTML used in iGEM 2015

This page documents and explains the CSS and HTML used in the 2015 site.

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