Skip to content

Instantly share code, notes, and snippets.

@smileyj68
Created June 19, 2012 15:55
Show Gist options
  • Save smileyj68/2954955 to your computer and use it in GitHub Desktop.
Save smileyj68/2954955 to your computer and use it in GitHub Desktop.
Foundation 3 Form Prefix Character
<label>Input with a prefix character</label>
<div class="row">
<div class="four columns">
<div class="row collapse">
<div class="two mobile-one columns">
<span class="prefix">#</span>
</div>
<div class="ten mobile-three columns">
<input type="text" />
</div>
</div>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment