This is a template of a card payment form, designed using CSS, HTML, and Bootstrap framework 4. The card image and font styles are imported to the code using their URLs. The body of the form is given a background color of linear-gradient(to right, rgba(235, 224, 232, 1) 52%, rgba(254, 191, 1, 1) 53%, rgba(254, 191, 1, 1) 100%), and a font-family style of 'Roboto', sans-serif. The payment card has the styles of max-width as 450px, border-radius as 15px, margin as 150px 0 150px, padding as 35px, and padding-bottom as 20px. The card heading is displayed using a font color of #C1C1C1, font-size of 14px, and a font-weigh of 500. The cursor style for the card image is set as pointer to get the hand cursor effect on hover. The input text fields are given a border-bottom of 1.5px solid #E8E5D2, and a font-weight style as bold. The input text field labels are displayed using the styles of font-size as 12px, font-weight as 500, and font color as #edb537. The button is given a background color of #F3A002. Source: https://bbbootstrap.com/snippets/bootstrap-credit-card-payment-form-66489199
This is an example of a shopping bag checkout form with the order summary, designed using HTML, CSS, and Bootstrap framework 4. The concept of Lists has been used with UL and LI components. UL element has been used with the child elements of LI to display the breadcrumb items in an orderly manner. The body of the form is given a background color of linear-gradient(110deg, #BBDEFB 60%, #42A5F5 60%). The breadcrumb items are given a font-size of 10px, and a text style as uppercase to automatically convert the text to uppercase. The input text fields take a border value of 1.5px solid #4bb8a9, in a focus event. The 'Purchase' button is given a style set of font-size as 1rem, font color as white, background-color as #4bb8a9, height as 2.8rem, and border-radius as 0.2rem, which takes a background color of #26A69A in a hover event. The 'Add Gift Code' button is given a background-color of #fff, font color of #4bb8a9, border-radius of 0.2rem, and border as 1px solid #4bb8a9, which turns its background color to #4bb8a9, and font color to #fff, in a hover event. Source: https://bbbootstrap.com/snippets/shopping-bag-checkout-order-summary-94502209
This is an example of a pricing plan with credit card payment details, designed using CSS, HTML, and Bootstrap framework 4. The card images are imported to the code using their URLs. The form is given a background color of #e6ebf4. The information card is given a box-shadow of 5px 6px 6px 2px #e9ecef. The heading of the form is displayed using a font-size of 23px. The subtitle is displayed using the styles of font-size as 16px, font-weight as 500, and font color as #b1b6bd. The pricing section is given a border style of 2px solid #304FFE and the price is displayed using a font-size of 50px. The CVV and email input text fields are given a border style of 2px solid #eee, which turns to 2px solid #304FFE, in a focus event. The 'Payment' button is created as a primary type button and given a font-size of 20px. Source:https://bbbootstrap.com/snippets/bootstrap-pricing-plan-credit-card-payment-details-23640312
This is an example of a message card with an animated button, designed using HTML, CSS, and Bootstrap framework 4. The badge of the card is imported to the code with its URL. The form is given a background color as #eee, whereas the background color of the card is set as primary, in HTML. The message card is given a width of 350px. The Total text line is displayed with the styles of font color as #d0c9c9, font-size as 13px, and margin-top as 6px. The 'Fix it now' button is given the styles of margin-top as 30px, margin-bottom as 30px, width as 150px, background as #28a745, color as #fff, and transition as all 0.5s. In a hover event, the button changes its background color to #1e7e34, font color to #fff, and takes a transform effect of scale(1.1) to change the scale of the button to create the animation. Source: https://bbbootstrap.com/snippets/bootstrap-card-animated-button-33448129
This is an example of a gift card payment form, designed using HTML, JavaScript, CSS, and Bootstrap framework 4. The images are imported to the code with their URLs, whereas media quarries have been used to increase the responsiveness of the form. The two payment methods are displayed using radio type buttons. Radio buttons take a border-top style of 3px #B2EBF2 solid in a hover event. JavaScript methods have been used to validate the card number format, date format, and implement the click function of the radio buttons. The gift card form is given a background color as #EDE7F6. The heading of the form is displayed using a font size of 33px, and a font color of #000000. The subheading 1 is displayed in a font size of 55px, whereas the subheading 2 is displayed in a font size of 20px, and given a font color as gray. The input text fields are given the styles of border-bottom as 1px solid lightgrey, font-family as Montserrat, font color as #2C3E50, font-size as 20px, font-weight as bold, and letter-spacing as 1px. In a focus event, the input fields take a border-bottom value of 1.5px solid skyblue. Source: https://bbbootstrap.com/snippets/gift-card-payment-form-97121478
This is another example of a credit card payment form with order details, designed using HTML, CSS, and Bootstrap framework 4. The images are imported to the code using their URLs, whereas the media quarries are used to increase the responsiveness of the form. The body of the form is given the styles of display as flex, align-items as center, justify-content as center, background-color as RGB(0, 0, 34), and font-size as 0.8rem. The input fields are given the styles of border as 1px solid rgba(0, 0, 0, 0.137), padding as 1vh, margin-bottom as 4vh, width as 100%, and background-color as RGB(247, 247, 247). The input fields take a color style of transparent, during a checked event. The order summary is displayed with a font-size of 1.5rem. The place order button has the styles of background-color as RGB(23, 4, 189), border-color as RGB(23, 4, 189), color as white, width as 100%, font-size as 0.7rem, margin as 4vh 0 1.5vh 0, and padding as 1.5vh. Source: https://bbbootstrap.com/snippets/bootstrap-step-credit-card-payment-form-order-details-78656903