Skip to content

Instantly share code, notes, and snippets.

@Gerardlc
Created January 20, 2016 10:51
Show Gist options
  • Save Gerardlc/15da1bbc10c1c8caad6e to your computer and use it in GitHub Desktop.
Save Gerardlc/15da1bbc10c1c8caad6e to your computer and use it in GitHub Desktop.
tachado de elemento HTML imagen 1px red generada con datauri
.noStock{
background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAADCAIAAADdv/LVAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAASSURBVHjaYvrPwMDEAMEAAQYACzEBBlU9CW8AAAAASUVORK5CYII=');
background-repeat: repeat-x;
background-position: 50% calc(50% + 3px);
text-decoration:line-through;
text-decoration: inherit;
margin-right: 4px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment