summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
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