Skip to content

Instantly share code, notes, and snippets.

@dudo
Created February 16, 2022 05:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dudo/b62603e0a45a853aa7ac8a5dd0487080 to your computer and use it in GitHub Desktop.
Save dudo/b62603e0a45a853aa7ac8a5dd0487080 to your computer and use it in GitHub Desktop.
Collection of nice css snippets
.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