From e3b0a8243d168f4ace3dac1f9ce457ef254f6f7c Mon Sep 17 00:00:00 2001 From: Ernst Widerberg Date: Tue, 11 Jan 2022 09:23:13 +0100 Subject: Add example navigation to header --- src/styles/main.css | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'src/styles') diff --git a/src/styles/main.css b/src/styles/main.css index b53cfa7..606c6d2 100644 --- a/src/styles/main.css +++ b/src/styles/main.css @@ -30,6 +30,29 @@ a:visited { font-style: italic; } +#header #navigation { + flex-grow: 1; + margin-left: 3em; + margin-right: 3em; + font-size: 1.2em; +} + +#header #navigation a { + color: #7d9cb8; + text-decoration: none; +} + +#header #navigation a.active { + font-weight: bold; +} + +#header #separator { + display: inline-block; + width: 2em; + text-align: center; + color: #9c9c9c; +} + /* Object */ .object { -- cgit v1.1