Created
September 11, 2015 17:40
-
-
Save mattmcgiv/198b0e3980efe5a75922 to your computer and use it in GitHub Desktop.
Some markup for a mapping app (h2h)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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