Feat: Added Neon styled hr style

This commit is contained in:
eniamza 2020-06-16 18:35:53 +06:00
parent 67e0435922
commit 067d7be5b4

View file

@ -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;
}