Skip to content

Instantly share code, notes, and snippets.

@smileyj68
Created July 6, 2012 15:47
Show Gist options
  • Save smileyj68/3061004 to your computer and use it in GitHub Desktop.
Save smileyj68/3061004 to your computer and use it in GitHub Desktop.
Foundation 3 Form Errors
<div class="row">
<div class="five columns">
<label class="error">Field with Error</label>
<input type="text" class="error" />
<small class="error">Invalid entry</small>
</div>
<div class="five columns end error">
<label>Another Error</label>
<input type="text" />
<small>Invalid entry</small>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment