Skip to content

Instantly share code, notes, and snippets.

@mugukamil
Created January 7, 2016 05:23
Show Gist options
  • Save mugukamil/cd9906ae35c31479da3a to your computer and use it in GitHub Desktop.
Save mugukamil/cd9906ae35c31479da3a to your computer and use it in GitHub Desktop.
Highlight checked input
input:checked + label{
background: yellow;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment