Skip to content

Instantly share code, notes, and snippets.

@evilnapsis
Created June 22, 2017 06:39
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 evilnapsis/cde5ac803ee7db3f89d1a6c5771a68c2 to your computer and use it in GitHub Desktop.
Save evilnapsis/cde5ac803ee7db3f89d1a6c5771a68c2 to your computer and use it in GitHub Desktop.
Bootstrap 3 Formulario Vertical
<form>
<div class="form-group">
<label for="name1">Nombre</label>
<input type="text" class="form-control" id="name1" name="name" placeholder="nombre">
</div>
<button type="submit" class="btn btn-default">Submit</button>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment