Team:UCLA/Template/css
From 2013.igem.org
(Difference between revisions)
Michaelc1618 (Talk | contribs) (Created page with "html, body { background-color:black; }") |
Michaelc1618 (Talk | contribs) |
||
Line 2: | Line 2: | ||
{ | { | ||
background-color:black; | background-color:black; | ||
+ | } | ||
+ | |||
+ | p | ||
+ | { | ||
+ | margin: 5px; | ||
+ | font-family: Verdana; | ||
+ | } | ||
+ | |||
+ | h4 | ||
+ | { | ||
+ | margin: 5px; | ||
} | } |
Revision as of 02:22, 12 September 2013
html, body {
background-color:black;
}
p {
margin: 5px; font-family: Verdana;
}
h4 {
margin: 5px;
}