Difference between revisions of "Code Documentation"

Line 10: Line 10:
 
   .leftCode {
 
   .leftCode {
 
     float: left;
 
     float: left;
 +
    width: 250px;
  
 
   }
 
   }
Line 15: Line 16:
 
   .rightDescription {
 
   .rightDescription {
 
     float: left;
 
     float: left;
    width: 730px;
+
 
 
   }
 
   }
  
Line 38: Line 39:
 
<h3> Creating a Page</h3>
 
<h3> Creating a Page</h3>
  
 +
 +
 +
<div class="leftCode">
 +
<xmp> <p> left</p> </xmp>
 +
</div>
  
  
Line 45: Line 51:
 
</div>
 
</div>
  
<div class="leftCode">
 
<xmp> <p> left</p> </xmp>
 
</div>
 
  
  

Revision as of 21:25, 30 January 2015

CSS and HTML used in iGEM 2015

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

Creating a Page

<p> left</p>

Calls the styling CSS template