Team:Calgary/StyleSheets/Reset

From 2013.igem.org

Revision as of 22:19, 4 June 2013 by Wkeithvan (Talk | contribs)

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

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


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

      • /

h1, h2, h3, h4, h5, h6 { font: bold underline 200% Arial, Helvetica, sans-serif; }

h1 { font-size: 3.2em; }

h2 { font-size: 2.4em; }

h3 { font-size: 1.9em; }

h4 { font-size: 1.6em; }

h5 { font-size: 1.3em; }

h6 { font-size: 1.1em; }

p { font: 1.6em/1.2 "Times New Roman", Times, serif; }