Team:TecMonterrey/Estilos.css

From 2013.igem.org

(Difference between revisions)
(Created page with "@import url(http://fonts.googleapis.com/css?family=Happy+Monkey); body{ font-size: 14px; font-family: 'Happy Monkey'; text-align: justify; }")
Line 5: Line 5:
font-family: 'Happy Monkey';
font-family: 'Happy Monkey';
text-align: justify;
text-align: justify;
 +
}
 +
 +
#globalWrapper{
 +
font-size: 14px;
}
}

Revision as of 03:19, 28 September 2013

@import url(http://fonts.googleapis.com/css?family=Happy+Monkey);

body{ font-size: 14px; font-family: 'Happy Monkey'; text-align: justify; }

  1. globalWrapper{

font-size: 14px; }