From: MatthewOwens Date: Tue, 21 Jul 2020 16:29:01 +0000 (+0100) Subject: added hr style X-Git-Url: https://git.owens.tech///git?a=commitdiff_plain;h=4d1d02d16fb8b0819f263a3ab992f0f4c6c7664d;p=website.git added hr style --- diff --git a/style.css b/style.css index 5209a5d..063084d 100644 --- 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;