From dcf8b63319a394ee0f11f08ad133b0581ed6fcdb Mon Sep 17 00:00:00 2001 From: Kyle Gunger Date: Thu, 27 Feb 2020 17:57:45 -0500 Subject: Create footer --- style.css | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'style.css') 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