Difference between revisions of "Code Documentation"

Line 33: Line 33:
  
 
<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 class="gray"> /* General wrap for the page*/ </p>
 
<p> #contentWrap {  <br>
 
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; width: 980px;<br>
 
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; height: auto;<br>
 
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; margin-left: 20px;<br>
 
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; float:left;<br>
 
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; margin-right: auto;<br>
 
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; background-color: #ffffff;<br>
 
}
 
</p>
 
 
 
 
  
  
 
<h3> Creating a Page</h3>
 
<h3> Creating a Page</h3>
<p> {{2015CSS}}  
+
<p> {{2015CSS}} </p>
+
</p>
+
<html>
+
  
  

Revision as of 21:08, 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

{{2015CSS}}