view src/site.css @ 3:055db6736fc9 default tip

explain ports
author Franklin Schmidt <fschmidt@gmail.com>
date Tue, 06 Jun 2023 17:22:24 -0600
parents bd4802730bab
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;
}