Mercurial Hosting > reactionary
annotate src/site.css @ 14:44025d01ad7e
add bash
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Wed, 20 Apr 2022 08:20:58 -0600 |
parents | e151eeda658c |
children | f92034a190d1 |
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%; | |
14 | 26 margin-bottom: 2em; |
0 | 27 } |
28 | |
29 ul[links] { | |
30 margin-top: 32px; | |
31 list-style-type: none; | |
32 padding-left: 0; | |
33 } | |
34 ul[links] li { | |
35 margin: 12px 0; | |
36 } |