From e4f87c46ce5f6e7516888cb45d4aba75de88a716 Mon Sep 17 00:00:00 2001 From: ADRN Date: Mon, 18 Oct 2021 01:12:49 +0200 Subject: styling nav --- assets/css/blueprint.css | 41 +++++++++++++++++++++++------------------ 1 file changed, 23 insertions(+), 18 deletions(-) (limited to 'assets') diff --git a/assets/css/blueprint.css b/assets/css/blueprint.css index 83ddda8..f4452d6 100644 --- a/assets/css/blueprint.css +++ b/assets/css/blueprint.css @@ -4,12 +4,12 @@ @import url("../fonts/firasans-regular.css"); html, body { - background-color: white; - font-family: "Space Mono", Monaco, monospace !important; + background-color: white; + font-family: "Space Mono", Monaco, monospace !important; } p { - font-family: "Fira Sans"; + font-family: "Fira Sans"; } header { @@ -26,28 +26,33 @@ header { } header > p { - width: 40%; - position: relative; - left: 55%; - bottom: -75%; - - color: white; - /* color | offset-x | offset-y | blur-radius */ - text-shadow: black 0px 0px 4px; - - text-align: right; + width: 40%; + position: relative; + left: 55%; + bottom: -75%; + text-align: right; } -nav { - position: fixed; +header > nav { + background: none; + position: fixed; + width: 100vw; +} +nav.nav a { + font-weight: bold; } +header > p, header > nav.nav a { + color: white; + /* color | offset-x | offset-y | blur-radius */ + text-shadow: black 0px 0px 4px; +} footer { - border-top: black solid 2px; - margin-top: 3rem; - padding-top: 2rem; + border-top: black solid 2px; + margin-top: 3rem; + padding-top: 2rem; } \ No newline at end of file -- cgit v1.2.3