Mercurial Hosting > freedit
annotate src/site.css @ 14:7d0c96408abf
restrict name
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Mon, 04 Jul 2022 17:04:14 -0600 |
parents | 2f20b11affdd |
children | bff178656073 |
rev | line source |
---|---|
0 | 1 * { |
2 box-sizing: border-box; | |
3 } | |
1 | 4 |
5 | 5 body { |
6 font-family: Sans-Serif; | |
7 margin: 0; | |
8 } | |
9 | |
1 | 10 a { |
11 text-decoration: none; | |
12 } | |
13 a:hover { | |
14 text-decoration: underline; | |
15 } | |
5 | 16 |
17 div[header], div[footer] { | |
18 font-size: 14px; | |
19 background-color: #ddd; | |
20 padding: 8px 3%; | |
21 display: flex; | |
22 justify-content: space-between; | |
23 } | |
24 | |
25 [content] { | |
26 margin-left: 3%; | |
27 margin-right: 3%; | |
28 margin-bottom: 2em; | |
29 } |