Last active
May 7, 2022 16:59
-
-
Save rcdexta/d254b73557ff5fee2a8d0a9ed7b2c0e3 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="cvv" /> | |
<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