Skip to content

Instantly share code, notes, and snippets.

@hatefulcrawdad
Created August 8, 2012 22:58
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 hatefulcrawdad/3299571 to your computer and use it in GitHub Desktop.
Save hatefulcrawdad/3299571 to your computer and use it in GitHub Desktop.
Forms with 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