comparison src/site.css @ 0:9845dcb9f5fc

start
author Franklin Schmidt <fschmidt@gmail.com>
date Tue, 08 Jul 2025 10:40:25 -0600
parents
children 1c87f785eb42
comparison
equal deleted inserted replaced
-1:000000000000 0:9845dcb9f5fc
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 [content] {
18 margin-left: 3%;
19 margin-right: 3%;
20 margin-bottom: 2em;
21 }