Skip to content

Instantly share code, notes, and snippets.

@edysegura
Last active September 16, 2015 23:14
Show Gist options
  • Save edysegura/9892529 to your computer and use it in GitHub Desktop.
Save edysegura/9892529 to your computer and use it in GitHub Desktop.
A Pen by Edy Segura.
<label>
<input type="checkbox" />
<span>Learn front-end</span>
</label>
input:checked ~ span {
text-decoration: line-through;
color: #ccc;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment