comparison src/site.css @ 0:fddd11ae516c

start
author Franklin Schmidt <fschmidt@gmail.com>
date Wed, 23 Oct 2024 13:13:07 -0600
parents
children ee1f91e67509
comparison
equal deleted inserted replaced
-1:000000000000 0:fddd11ae516c
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 margin-bottom: 2em;
27 }