Skip to content

Instantly share code, notes, and snippets.

@Soullighter
Created June 7, 2023 13:19
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 Soullighter/35227a67797ea2de38b7196829b9a765 to your computer and use it in GitHub Desktop.
Save Soullighter/35227a67797ea2de38b7196829b9a765 to your computer and use it in GitHub Desktop.
Gradient border with border radius
.btn-gradient-2 {
background: linear-gradient(white, white) padding-box,
linear-gradient(to right, darkblue, darkorchid) border-box;
border-radius: 30px;
border: 4px solid transparent;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment