Skip to content

Instantly share code, notes, and snippets.

@martinpolley
Created February 17, 2014 13:36
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/9050576 to your computer and use it in GitHub Desktop.
Save martinpolley/9050576 to your computer and use it in GitHub Desktop.
<div class="row">
<div class="small-12 columns">
<label for="url_input">URL</label>
</div>
</div>
<div class="row collapse">
<div class="small-2 columns">
<span class="prefix">http://</span>
</div>
<div class="small-10 columns">
<input type="url" id="url_input" name="url_input"></input>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment