Created
June 7, 2023 13:19
-
-
Save stefanRepac/35227a67797ea2de38b7196829b9a765 to your computer and use it in GitHub Desktop.
Gradient border with border radius
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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