Skip to content

Instantly share code, notes, and snippets.

@smileyj68
Created June 19, 2012 07:05
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 smileyj68/2952713 to your computer and use it in GitHub Desktop.
Save smileyj68/2952713 to your computer and use it in GitHub Desktop.
Foundation 3 Fieldset
<fieldset>
<legend>Fieldset Name</legend>
<label>This is a label.</label>
<input type="text" placeholder="Standard Input" />
<label>Address</label>
<input type="text" />
<input type="text" class="six" />
</fieldset>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment