view src/site.css @ 18:94e26bffd4fb

UI work
author Franklin Schmidt <fschmidt@gmail.com>
date Mon, 11 Jul 2022 12:14:05 -0600
parents bff178656073
children da006d1c1eba
line wrap: on
line source

* {
 	box-sizing: border-box;
}

body {
	font-family: Sans-Serif;
	margin: 0;
	background-color: #F8F8F8;
}

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

textarea {
	font: inherit;
	xpadding: 7px;
	xborder-color: #DDDDDD;
}

div[header], div[footer] {
	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;
}

[hidden] {
	display: none;
}