Skip to content

Instantly share code, notes, and snippets.

@Tmeister
Created May 3, 2023 18:07
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 Tmeister/c8df516d782bc63ab4e18383d2bcfeb1 to your computer and use it in GitHub Desktop.
Save Tmeister/c8df516d782bc63ab4e18383d2bcfeb1 to your computer and use it in GitHub Desktop.
Simple Border
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