Code Documentation

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;
}