comparison src/site.css @ 1:bd2abcd7190a

mostly done
author Franklin Schmidt <fschmidt@gmail.com>
date Tue, 20 Sep 2022 19:40:39 -0600
parents
children
comparison
equal deleted inserted replaced
0:6b17b5030868 1:bd2abcd7190a
1 * {
2 box-sizing: border-box;
3 }
4
5 body {
6 font-family: Sans-Serif;
7 margin-left: 3%;
8 margin-right: 3%;
9 }
10
11 a {
12 text-decoration: none;
13 }
14 a:hover {
15 text-decoration: underline;
16 }
17
18 table {
19 border-collapse: collapse;
20 }