Skip to content

Instantly share code, notes, and snippets.

@ryarwood
Created July 22, 2015 07:28
Show Gist options
  • Save ryarwood/b526fdef410423c2ffda to your computer and use it in GitHub Desktop.
Save ryarwood/b526fdef410423c2ffda to your computer and use it in GitHub Desktop.
Quick little 45 degree strikeout background. Doesn't really look that great.
background-image: -o-linear-gradient(-45deg , rgb(63,63,63) 50%, rgb(137,137,137) 50%, rgb(63,63,63) 50.5%);
background-image: -moz-linear-gradient(-45deg , rgb(63,63,63) 50%, rgb(137,137,137) 50%, rgb(63,63,63) 50.5%);
background-image: -webkit-linear-gradient(-45deg , rgb(63,63,63) 50%, rgb(137,137,137) 0%, rgb(63,63,63) 50.5%);
background-image: linear-gradient(-45deg , rgb(63,63,63) 50%, rgb(137,137,137) 50%, rgb(63,63,63) 50.5%);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment