Created
May 3, 2023 18:07
-
-
Save Tmeister/c8df516d782bc63ab4e18383d2bcfeb1 to your computer and use it in GitHub Desktop.
Simple Border
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
selector a { | |
box-shadow: 0 0 6px 0 rgba(157, 96, 212, 0.5); | |
border: solid 1px transparent !important; | |
background-image: linear-gradient(#000, #000), linear-gradient(140deg, #5666BF, #DFDDE9) !important; | |
background-origin: border-box; | |
background-clip: content-box, border-box; | |
box-shadow: 2px 1000px 1px #000000 inset !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment