Created
May 28, 2023 20:07
-
-
Save g-rodigy/aa044f56d861ca8ec4221207e18e63b1 to your computer and use it in GitHub Desktop.
Input border gradinet with border radius
This file contains hidden or 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
input { | |
border: 1px solid transparent; | |
border-radius: 6px; | |
background-image: linear-gradient(white, white), | |
linear-gradient(to right, orange, yellow); | |
background-origin: border-box; | |
background-clip: padding-box, border-box; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment