diff options
author | Kyle Gunger <corechg@gmail.com> | 2020-02-27 17:57:45 -0500 |
---|---|---|
committer | Kyle Gunger <corechg@gmail.com> | 2020-02-27 17:57:45 -0500 |
commit | dcf8b63319a394ee0f11f08ad133b0581ed6fcdb (patch) | |
tree | 4a831035dd275b0adc5e64e82486bba52aedeae5 /style.css | |
parent | ecb5c4e24bef199895dcfd3025e3d14b09115501 (diff) |
Create footer
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -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 |