comparison src/site.css @ 0:bd4802730bab

its working
author Franklin Schmidt <fschmidt@gmail.com>
date Thu, 18 May 2023 21:20:59 -0600
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:bd4802730bab
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 }