Created
February 16, 2022 05:02
-
-
Save dudo/b62603e0a45a853aa7ac8a5dd0487080 to your computer and use it in GitHub Desktop.
Collection of nice css snippets
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
.highlight { | |
border-radius: 1em 0 1em 0; | |
background-image: linear-gradient(-100deg, rgba(255,224,0,0.3), rgba(255,224,0,0.7) 95%, rgba(255,224,0,0.1)); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment