From 5758d32edab2e37b9e88130181ca87b9d5db4e73 Mon Sep 17 00:00:00 2001 From: Tempest Date: Thu, 2 Jun 2022 22:20:44 -0600 Subject: Add about page, nav --- resources/style.css | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'resources') diff --git a/resources/style.css b/resources/style.css index c0266f4..48e87eb 100644 --- a/resources/style.css +++ b/resources/style.css @@ -18,6 +18,24 @@ body { padding: 16px; } +nav { + display: flex; + flex-direction: row; + flex-wrap: wrap; +} + +nav a { + opacity: .4; +} + +nav a:hover { + opacity: .8; +} + +nav > a:not(:last-child) { + margin-right: 40px; +} + h1 > aside { display: inline-block; font-size: .5em; -- cgit 1.4.1