Created
November 24, 2021 08:41
-
-
Save x3r0s/7d44ea40e6a2f99d6f703cd4bbd81508 to your computer and use it in GitHub Desktop.
sharp <hr> tag
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
hr { | |
border-width:1px 0px 0px 0px; | |
border-style:solid; | |
border-color:#808080; | |
opacity: 0.3; | |
height:1px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment