Skip to content

Instantly share code, notes, and snippets.

@peterkarn
Created October 11, 2021 20:25
Show Gist options
  • Save peterkarn/f1b473cf26fc012182100126e421b1f2 to your computer and use it in GitHub Desktop.
Save peterkarn/f1b473cf26fc012182100126e421b1f2 to your computer and use it in GitHub Desktop.
.gradiented-btn {
width: 165px;
height: 50px;
border: double 3px transparent;
border-radius: 30px;
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