Created
October 7, 2019 23:53
-
-
Save jongacnik/9a6305d189cebe1d56806cdd6f3fe94a to your computer and use it in GitHub Desktop.
decent underline
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
background-image: linear-gradient(currentColor, currentColor); | |
background-repeat: no-repeat; | |
background-size: 100% 1px; | |
background-position: center bottom 2px; | |
background-origin: padding-box; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment