Mercurial Hosting > chat
annotate src/site.css @ 2:ee1f91e67509
add Db
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Thu, 24 Oct 2024 15:37:35 -0600 |
parents | fddd11ae516c |
children | 2c63b10781e1 |
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%; | |
2 | 21 display: flex; |
22 justify-content: space-between; | |
0 | 23 } |
24 | |
25 [content] { | |
26 margin-left: 3%; | |
27 margin-right: 3%; | |
28 margin-bottom: 2em; | |
29 } |