Difference between revisions of "Code Documentation"

Line 16: Line 16:
 
<p> This page documents and explains the CSS and HTML used in the 2015 site.</p>  
 
<p> This page documents and explains the CSS and HTML used in the 2015 site.</p>  
  
 +
 +
 +
 +
<h3> General wrapping div of the page </h3>
  
 
<p> /* General wrap for the page*/ <br>
 
<p> /* General wrap for the page*/ <br>

Revision as of 18:57, 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 wrapping div of the page

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