From b39d6c953e5fe06cac678eb01a1f1d01ce627825 Mon Sep 17 00:00:00 2001 From: Yarmo Mackenbach Date: Thu, 25 Jun 2020 20:24:04 +0200 Subject: [PATCH] Add simple nav bar --- index.html | 3 +++ styles.css | 9 +++++++++ 2 files changed, 12 insertions(+) diff --git a/index.html b/index.html index c7d7830..17db998 100644 --- a/index.html +++ b/index.html @@ -12,6 +12,9 @@
diff --git a/styles.css b/styles.css index 78abd88..2542822 100644 --- a/styles.css +++ b/styles.css @@ -11,6 +11,12 @@ header { font-size: 1.1em; background-color: #fff; } +header .container { + display: flex; +} +header a { + margin-left: 12px; +} footer { color: #777; margin: 64px 0; @@ -24,6 +30,9 @@ footer { padding: 16px 32px 32px; background-color: #fff; } +.spacer { + flex: 1; +} h1 { margin: 0;