diff 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 diff
--- a/src/site.css	Thu Oct 19 23:14:21 2023 -0600
+++ b/src/site.css	Sat Oct 21 21:29:56 2023 -0600
@@ -12,3 +12,9 @@
 a:hover {
 	text-decoration: underline;
 }
+
+div[header] {
+	display: flex;
+	justify-content: space-between;
+	align-items: center;
+}