User:Schlipf/common.css: Difference between revisions
(Created page with "body { background-color: lightblue; }") |
No edit summary |
||
Line 1: | Line 1: | ||
body { | body { | ||
background-color: lightblue; | background-color: lightblue; | ||
} | |||
h1 { | |||
color: maroon; | |||
margin-left: 40px; | |||
} | } |