view src/site.css @ 9:eee8862be4c7

update text
author Franklin Schmidt <fschmidt@gmail.com>
date Fri, 28 Apr 2023 21:07:17 -0600
parents e863dbc62217
children
line wrap: on
line source

* {
 	box-sizing: border-box;
}

body {
	font-family: Sans-Serif;
	margin-left: 3%;
	margin-right: 3%;
}

a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}