Skip to content

Instantly share code, notes, and snippets.

@Aliciabcd
Created October 29, 2018 05:39
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 Aliciabcd/f60329073ee73d16c9c0d9aa5a5928ea to your computer and use it in GitHub Desktop.
Save Aliciabcd/f60329073ee73d16c9c0d9aa5a5928ea to your computer and use it in GitHub Desktop.
.rounded-corners-gradient-borders {
width: 300px;
height: 80px;
border: double 4px transparent;
border-radius: 80px;
background-image: linear-gradient(white, white), radial-gradient(circle at top left, #f00,#3020ff);
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