view src/site.css @ 20:0b3376e13e22 default tip

add nested example
author Franklin Schmidt <fschmidt@gmail.com>
date Tue, 18 Feb 2025 17:23:17 -0700
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;
}