Skip to content

Instantly share code, notes, and snippets.

@rcdexta
Last active May 7, 2022 16:59
Show Gist options
  • Save rcdexta/d254b73557ff5fee2a8d0a9ed7b2c0e3 to your computer and use it in GitHub Desktop.
Save rcdexta/d254b73557ff5fee2a8d0a9ed7b2c0e3 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="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