diff options
Diffstat (limited to 'local.css')
-rw-r--r-- | local.css | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -10,7 +10,11 @@ body { background-position: right bottom; } -div.header { +h1, h2, h3 { + color: darkgreen; +} + +DIV.header { margin: 1em 1em 0; } DIV.header, |