From f3f9d8bab9dfb2074142822f4a9089d698d07b85 Mon Sep 17 00:00:00 2001 From: Leo Herzog Date: Fri, 13 Nov 2020 12:05:16 -0500 Subject: [PATCH] Add Version Number --- index.html | 4 ++++ style.css | 14 ++++++++++++++ 2 files changed, 18 insertions(+) diff --git a/index.html b/index.html index 1e786ef..f16c2f0 100644 --- a/index.html +++ b/index.html @@ -193,6 +193,10 @@ + + diff --git a/style.css b/style.css index 5925ea2..60f8c29 100644 --- a/style.css +++ b/style.css @@ -117,6 +117,20 @@ header > * { margin: 0 24px; } +footer { + position: absolute; + bottom: 4px; + right: 4px; +} + +footer > a { + color: var(--grey); + opacity: 0.6; + font-size: 10px; + text-transform: none; + text-decoration: none; +} + #startButtons { height: 80px; max-width: 960px;