view src/site.css @ 5:aa1920665f98

discord login
author Franklin Schmidt <fschmidt@gmail.com>
date Mon, 23 Oct 2023 00:43:41 -0600
parents 5ae5fbce0d75
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;
}