Created
October 21, 2013 05:39
-
-
Save ianstormtaylor/7079151 to your computer and use it in GitHub Desktop.
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
<fieldset class="signup-form-name-field signup-form-text-field form-text-field form-field text-field"> | |
<label for="name" | |
class="signup-form-text-field-label form-text-field-label form-field-label">Name</label> | |
<input type="text" | |
name="name" | |
placeholder="Enter your full name..." | |
class="signup-form-name-input signup-form-text-field-input form-text-field-input form-field-input"> | |
</fieldset> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment