From 6bbb253922c6ab311ce46759b360c76f4b0e2c68 Mon Sep 17 00:00:00 2001 From: eniamza Date: Thu, 11 Jun 2020 20:50:41 +0600 Subject: [PATCH] Feat : Added new hr style --- lib/css/article.css | 22 +++++++--------------- 1 file changed, 7 insertions(+), 15 deletions(-) diff --git a/lib/css/article.css b/lib/css/article.css index ec45dce..7f791c1 100644 --- a/lib/css/article.css +++ b/lib/css/article.css @@ -133,19 +133,11 @@ nav { /* hr Style for heading*/ hr.heading { - overflow: visible; /* For IE */ - padding: 0; - border: none; - border-top: medium double #00303C; - color: #00303C; - text-align: center; -} -hr.heading { - content: "ยง"; - display: inline-block; - position: relative; - top: -0.7em; - font-size: 1.5em; - padding: 0 10em; - background: #00303C; + height: 20px; + width: 60%; + background-image: radial-gradient( + farthest-side at 50% -50%, + hsla(0, 0%, 0%, 0.5), + hsla(0, 0%, 0%, 0)); + position: relative; } \ No newline at end of file