Skip to content

Instantly share code, notes, and snippets.

@mattmcgiv
Created September 11, 2015 17:40
Show Gist options
  • Select an option

  • Save mattmcgiv/198b0e3980efe5a75922 to your computer and use it in GitHub Desktop.

Select an option

Save mattmcgiv/198b0e3980efe5a75922 to your computer and use it in GitHub Desktop.
Some markup for a mapping app (h2h)
<span id="main-feedback" class="inline-block mt2" style="width:100%;">
<span class="col col-4 h2 inline-block left-align">Charge:<br><span class="h2">$225<span></span></span></span>
<span class="col col-4 inline-block left-align">
<form action="">
<input class="mb2" type="radio" value="am" name="tod">Daytime<br>
<input type="radio" name="tod" value="pm">After-hours
</form>
</span>
<span class="col col-4 inline-block left-align">
<span class="h3 block">Region: North</span>
<span class="h3 block">Tier: 1</span>
</span>
</span>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment