Skip to content

Instantly share code, notes, and snippets.

@smileyj68
Created June 19, 2012 07:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save smileyj68/2952702 to your computer and use it in GitHub Desktop.
Save smileyj68/2952702 to your computer and use it in GitHub Desktop.
Foundation 3 Left Form
<form>
<div class="row">
<div class="two mobile-one columns">
<label class="right inline">Address Name:</label>
</div>
<div class="ten mobile-three columns">
<input type="text" placeholder="e.g. Home" class="eight" />
</div>
</div>
<div class="row">
<div class="two mobile-one columns">
<label class="right inline">City:</label>
</div>
<div class="ten mobile-three columns">
<input type="text" class="eight" />
</div>
</div>
<div class="row">
<div class="two mobile-one columns">
<label class="right inline">ZIP:</label>
</div>
<div class="ten mobile-three columns">
<input type="text" class="three" />
</div>
</div>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment