Skip to content

Instantly share code, notes, and snippets.

@juanpabloprado
Last active February 18, 2019 19:53
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 juanpabloprado/3202e97b3e8f90248911cc3bc27cd10d to your computer and use it in GitHub Desktop.
Save juanpabloprado/3202e97b3e8f90248911cc3bc27cd10d to your computer and use it in GitHub Desktop.
Grid code snippet
<div class="form-row">
<div class="col-lg-6 form-group">
<label for="cc-num">Card Number:</label>
<input class="form-control" id="cc-num" type="text">
</div>
<div class="col-lg form-group">
<label for="zip">Zip Code:</label>
<input class="form-control" id="zip" type="text">
</div>
<div class="col-lg form-group">
<label for="cvv">CVV:</label>
<input class="form-control" id="cvv" type="text">
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment