view src/site.css @ 0:bd4802730bab

its working
author Franklin Schmidt <fschmidt@gmail.com>
date Thu, 18 May 2023 21:20:59 -0600
parents
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;
}