-
-
Save martinvol/0524adebbc682a817a9b3c8673e7b3ef to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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