added hr style
authorMatthewOwens <matthew@owens.tech>
Tue, 21 Jul 2020 16:29:01 +0000 (17:29 +0100)
committerMatthewOwens <matthew@owens.tech>
Tue, 21 Jul 2020 16:29:01 +0000 (17:29 +0100)
style.css

index 5209a5d..063084d 100644 (file)
--- a/style.css
+++ b/style.css
@@ -17,6 +17,11 @@ a:hover {
        color:#f39090;
 }
 
+hr {
+    border: 1em;
+    height: 1px;
+    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(46, 46, 46, 0.75), rgba(0, 0, 0, 0));
+}
 #about-section {
        margin:auto;
        padding:2em;