view src/site.css @ 2:5ae5fbce0d75

start header
author Franklin Schmidt <fschmidt@gmail.com>
date Sat, 21 Oct 2023 21:29:56 -0600
parents d19b150ecb83
children 9534dd5eda89
line wrap: on
line source

* {
	box-sizing: border-box;
}

body {
	font-family: Sans-Serif;
}

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

div[header] {
	display: flex;
	justify-content: space-between;
	align-items: center;
}