summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorKyle Gunger <corechg@gmail.com>2020-02-27 17:57:45 -0500
committerKyle Gunger <corechg@gmail.com>2020-02-27 17:57:45 -0500
commitdcf8b63319a394ee0f11f08ad133b0581ed6fcdb (patch)
tree4a831035dd275b0adc5e64e82486bba52aedeae5 /style.css
parentecb5c4e24bef199895dcfd3025e3d14b09115501 (diff)
Create footer
Diffstat (limited to 'style.css')
-rw-r--r--style.css17
1 files changed, 17 insertions, 0 deletions
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