From dcf8b63319a394ee0f11f08ad133b0581ed6fcdb Mon Sep 17 00:00:00 2001 From: Kyle Gunger Date: Thu, 27 Feb 2020 17:57:45 -0500 Subject: Create footer --- index.html | 1 + style.css | 17 +++++++++++++++++ 2 files changed, 18 insertions(+) diff --git a/index.html b/index.html index e7dd4d9..31e4201 100644 --- a/index.html +++ b/index.html @@ -23,6 +23,7 @@
  • My itch.io
  • My Minecraft TransitAPI
  • + Site made with <3 by Kyle Gunger diff --git a/style.css b/style.css index 4d206e6..367fdd2 100644 --- a/style.css +++ b/style.css @@ -22,3 +22,20 @@ a { a:hover { color: black; } + +span.end { + display: block; + margin-top: 10px; + text-emphasis: bold; +} + +span.end::before { + display: block; + + width: 100%; + height: 3px; + + background-color: #bbb; + + content: ''; +} \ No newline at end of file -- cgit v1.2.3