Team:SYSU-Software/my overview.css
From 2014.igem.org
(Difference between revisions)
(Created page with "body { font: x-small sans-serif !important; }") |
|||
Line 1: | Line 1: | ||
body { | body { | ||
font: x-small sans-serif !important; | font: x-small sans-serif !important; | ||
+ | } | ||
+ | |||
+ | h1, h2, h3, h4, h5, h6 { | ||
+ | margin: 0; | ||
} | } |
Revision as of 18:32, 17 October 2014
body {
font: x-small sans-serif !important;
}
h1, h2, h3, h4, h5, h6 {
margin: 0;
}