Skip to content

Instantly share code, notes, and snippets.

@mlabod
Last active March 2, 2016 13:50
Show Gist options
  • Save mlabod/a2aa16166b244ef94be4 to your computer and use it in GitHub Desktop.
Save mlabod/a2aa16166b244ef94be4 to your computer and use it in GitHub Desktop.
Mutli line strike through with css
span {
line-height: 1.4;
background-image: linear-gradient(top, transparent 0em, transparent 0.63em, gray 0.63em, gray 0.7em, transparent 0.7em, transparent 1.4em);
background-size: 1.4em 1.4em;
background-repeat: repeat;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment