Skip to content

Instantly share code, notes, and snippets.

@martinpolley
Created February 17, 2014 13:42
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 martinpolley/9050696 to your computer and use it in GitHub Desktop.
Save martinpolley/9050696 to your computer and use it in GitHub Desktop.
<div class="row">
<div class="small-12 columns">
<label for="username">User name</label>
</div>
</div>
<div class="row collapse">
<div class="small-9 columns">
<input type="text" id="username" name="username"></input>
</div>
<div class="small-3 columns">
<a href="#" class="button postfix">Check availability</a>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment