Skip to content

Instantly share code, notes, and snippets.

@martinvol
Forked from rcdexta/creditcard.html
Last active May 31, 2017 02:24
Show Gist options
  • Save martinvol/0524adebbc682a817a9b3c8673e7b3ef to your computer and use it in GitHub Desktop.
Save martinvol/0524adebbc682a817a9b3c8673e7b3ef to your computer and use it in GitHub Desktop.
<div class="card"></div>
<form action="#">
<label>Credit Card Number </label>
<input type="text" name="number" />
<label>Expiration</label>
<input type="text" placeholder="MM/YY" name="expiry"/>
<label>Name</label>
<input type="text" name="name" />
<label>CVV </label>
<input type="text" name="cvc" />
<button type="button" class="btn btn-success">Submit</button>
<button type="button" class="btn btn-info">Clear</button>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment