Skip to content

Instantly share code, notes, and snippets.

@mazipan
Created March 30, 2017 11:04
Show Gist options
  • Save mazipan/064088c71371de3ed8e7150e611b0b1b to your computer and use it in GitHub Desktop.
Save mazipan/064088c71371de3ed8e7150e611b0b1b to your computer and use it in GitHub Desktop.
Simple styling html fragment
<input class="radio" type="radio" id="radio-1" name="radio" />
<label for="radio-1">Yes</label>
<input class="radio" type="radio" id="radio-2" name="radio" />
<label for="radio-2">No</label>
<input class="radio" type="radio" id="radio-3" name="radio" disabled="true" />
<label for="radio-3">Disabled</label>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment