CSS/notebook
From 2014.igem.org
(Difference between revisions)
(Created page with "h2{color: red;} p{font-size: 20;}") |
|||
Line 1: | Line 1: | ||
+ | <html> | ||
+ | <head> | ||
+ | |||
h2{color: red;} | h2{color: red;} | ||
p{font-size: 20;} | p{font-size: 20;} |
Revision as of 06:26, 13 August 2014
h2{color: red;} p{font-size: 20;}