Team:Calgary/StyleSheets/Layout

From 2013.igem.org

(Difference between revisions)
Line 1: Line 1:
 +
/***
 +
Name: Wm. Keith van der Meulen
 +
Date: Summer 2013
 +
Organization: University of Calgary iGEM Team 2013
 +
 +
---Purpose---
 +
CSS code to define all layout element styles
 +
-------------
 +
 +
Cite:
 +
Wm. Keith van der Meulen
 +
University of Calgary iGEM 2013
 +
https://2013.igem.org/Team:Calgary/StyleSheets/Layout
 +
 +
***/
 +
article {
article {
margin: 20px 0;
margin: 20px 0;
}
}

Revision as of 16:36, 5 June 2013

/*** Name: Wm. Keith van der Meulen Date: Summer 2013 Organization: University of Calgary iGEM Team 2013

---Purpose--- CSS code to define all layout element styles


Cite: Wm. Keith van der Meulen University of Calgary iGEM 2013 https://2013.igem.org/Team:Calgary/StyleSheets/Layout

      • /

article { margin: 20px 0; }