Skip to content

Instantly share code, notes, and snippets.

@ffan0811
Created November 20, 2019 09:30
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 ffan0811/3c58786e629cd183003233cf22e9ca30 to your computer and use it in GitHub Desktop.
Save ffan0811/3c58786e629cd183003233cf22e9ca30 to your computer and use it in GitHub Desktop.
.border-gradient-with-radius {
border: 1px solid transparent;
border-radius: 3px;
background-image: linear-gradient(white, white), radial-gradient(circle at top left, #0099CC, #154CF3);
background-origin: border-box;
background-clip: content-box, border-box;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment