From 067d7be5b41be2d7cabb965f312a12c2c21dbf60 Mon Sep 17 00:00:00 2001 From: eniamza Date: Tue, 16 Jun 2020 18:35:53 +0600 Subject: [PATCH] Feat: Added Neon styled hr style --- lib/css/article.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/lib/css/article.css b/lib/css/article.css index 5bc3d2e..9d060fa 100644 --- a/lib/css/article.css +++ b/lib/css/article.css @@ -150,4 +150,14 @@ hr.content { hsla(0, 0%, 0%, 0.5), hsla(0, 0%, 0%, 0)); position: relative; +} +/*hr for sud headings in articles*/ +hr.subhead { + height: 20px; + width: 80%; + background-image: radial-gradient( + farthest-side at 50% -50%, + hsl(185, 76%, 52%), + hsla(0, 0%, 0%, 0)); + position: relative; } \ No newline at end of file