Team:UT Dallas/page.css

From 2011.igem.org

(Difference between revisions)
(Created page with "<css> #test_div { color: black; line-height: 1.5em; } </css>")
Line 1: Line 1:
-
<css>
 
#test_div {
#test_div {
     color: black;
     color: black;
     line-height: 1.5em;
     line-height: 1.5em;
}
}
-
</css>
 

Revision as of 19:22, 22 September 2011

  1. test_div {
   color: black;
   line-height: 1.5em;

}