Created
June 19, 2012 15:55
-
-
Save smileyj68/2954955 to your computer and use it in GitHub Desktop.
Foundation 3 Form Prefix Character
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
<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