muhammed / interactive-card

Credit card form with smooth and sweet micro-interactions
https://codepen.io/JavaScriptJunkie/pen/YzzNGeR
MIT License
322 stars 89 forks source link

Amex CVV on front of card #35

Closed ciaranpflanagan closed 2 years ago

ciaranpflanagan commented 4 years ago

I have added support for the CVV on the front of Amex cards. As seen in this image the CVV for an Amex card is on the front of the card, not the back. This PR prevents the card from being flipped if the card is an amex type. It also places the CVV for the card just above and to the right of the main card number. As shown here.

This PR will close #6 .