comparison src/site.css @ 1:d19b150ecb83

add Shared
author Franklin Schmidt <fschmidt@gmail.com>
date Thu, 19 Oct 2023 23:14:21 -0600
parents
children 5ae5fbce0d75
comparison
equal deleted inserted replaced
0:24d8dc525146 1:d19b150ecb83
1 * {
2 box-sizing: border-box;
3 }
4
5 body {
6 font-family: Sans-Serif;
7 }
8
9 a {
10 text-decoration: none;
11 }
12 a:hover {
13 text-decoration: underline;
14 }