view src/site.css @ 31:f92034a190d1

minor
author Franklin Schmidt <fschmidt@gmail.com>
date Wed, 28 Dec 2022 19:42:14 -0700
parents 44025d01ad7e
children d84e76175dd5
line wrap: on
line source

* {
 	box-sizing: border-box;
}

body {
	font-family: Sans-Serif;
	margin: 0;
}

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

div[header] {
	font-size: 14px;
	background-color: #ddd;
	padding: 8px 3%;
	display: flex;
	justify-content: space-between;
}

[content] {
	margin-left: 3%;
	margin-right: 3%;
	margin-bottom: 2em;
}

ul[links] {
	margin-top: 32px;
	list-style-type: none;
	padding-left: 0;
}
ul[links] li {
	margin: 12px 0;
}