Mercurial Hosting > reactionary
annotate src/site.css @ 0:c604a58600be
start
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Thu, 07 Apr 2022 16:06:10 -0600 |
parents | |
children | e151eeda658c |
rev | line source |
---|---|
0 | 1 * { |
2 box-sizing: border-box; | |
3 } | |
4 | |
5 body { | |
6 font-family: Sans-Serif; | |
7 margin: 0; | |
8 } | |
9 | |
10 a { | |
11 text-decoration: none; | |
12 } | |
13 a:hover { | |
14 text-decoration: underline; | |
15 } | |
16 | |
17 div[header] { | |
18 font-size: 14px; | |
19 background-color: #ddd; | |
20 padding: 8px 3%; | |
21 } | |
22 | |
23 [content] { | |
24 margin-left: 3%; | |
25 margin-right: 3%; | |
26 } | |
27 | |
28 ul[links] { | |
29 margin-top: 32px; | |
30 list-style-type: none; | |
31 padding-left: 0; | |
32 } | |
33 ul[links] li { | |
34 margin: 12px 0; | |
35 } |