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
This is an example of a credit card payment form with different card types to select from, designed using HTML, CSS, and Bootstrap framework 4. The images are imported to the code with their URLs. The payment information form is given the styles of background color as blue, padding as 10px, border-radius as 6px, font color as #fff, and font-weight as bold. The credit card types are displayed using radio type buttons. The cursor style for the radio buttons is set as pointer to get the hand cursor effect on hover. The radio buttons are given a border style as 2px solid #ada9a9, display as inline-block, color as #8f37aa, border-radius as 3px, text-transform as uppercase to automatically convert the text to uppercase, font-size as 11px, and font-weight as 300. The radio buttons change the border color to #fff, in a checked event. The input fields are given the styles of font size as 13px, and font color as #fff. In a focus event, the input fields change the background color to RGB(102, 102, 221), and take a border effect of RGB(102, 102, 221). Source:https://bbbootstrap.com/snippets/bootstrap-credit-card-payment-form-different-card-type-90341294
This is an example of a shopping cart with a card payment checkout form, designed using HTML, CSS, and Bootstrap framework 4. The images are imported to the code with their URLs. The card payment form is given the styles of background as blue, padding as 10px, border-radius as 6px, color as #fff, and font-weight as bold. The product details are displayed using a font-size of 12px. Each product raw is given a box-shadow style of 5px 5px 15px -2px rgba(0, 0, 0, 0.42). The card type section is given the styles of font-weight as 400, and font-size as 10px, whereas the card types are given in radio button forms. The cursor style for the card types is given as pointer to get the hand cursor effect in a hover event. The card types are set to take an outline effect of #fff, in a checked event. The input fields are given the styles of background as RGB(102, 102, 221), font color as #fff, and border color as RGB(102, 102, 221). The checkout button is set as a primary type button, in HTML. Source:https://bbbootstrap.com/snippets/bootstrap-shopping-cart-credit-card-payment-form-28547121
This is an example of a payment form with an input mask, designed using CSS, HTML, JavaScript, and Bootstrap framework 4. The payment options images are imported to the code with their URLs. JavaScript functions have been used to implement the date format, number format, and the radio button active status in the input fields. The body of the form is given a background color of #000000. The left side card is given a background color of #263238, and height as 100%. The font-size of the bill value is set as 30px. The bill dates are displayed in a #BDBDBD font color. The payment method radio buttons are given a height of 64, width of 204, border value of 2px solid light grey, and cursor style as pointer to get the hand cursor effect. The radio buttons take a box-shadow effect of 0px 0px 0px 1px rgba(0, 0, 0, 0.2) in a hover event and a box-shadow effect of 0px 0px 0px 1px rgba(0, 0, 0, 0.4), in a focus event. Source: https://bbbootstrap.com/snippets/payment-form-input-mask-20478269
This is an example of a shopping cart checkout form with payment options, designed using HTML, CSS, JavaScript, and Bootstrap framework 4. The product images are imported to the code with their URLs. JavaScript functions have been used to indicate the active status of the payment options, removing the gray filter class. The quantity indicator is given a cursor style as pointer to get the hand cursor effect in a hover event, as well as to change the color to #FF5252. The product image is given a height of 180px and a width of 120px. The input text fields are given the styles of background-color as #F3E5F5, padding as 8px 15px 8px 15px, width as 100%, border-radius as 5px, box-sizing as border-box, border as 1px solid #F3E5F5, font-size as 15px, color as #000 , and font-weight as 300. The input fields take a border effect of 1px solid #9FA8DA, and a font-weight of 400, in a hover event. Source: https://bbbootstrap.com/snippets/shopping-cart-checkout-payment-options-86973257
This is an example of a payment form with product details, designed using HTML, CSS, and Bootstrap framework 4. The background image is imported to the code with its URL. The body of the form is given a background color as #FFCCBC. The information card is given a margin-top and bottom of 40px. The body of the card is given a background color as #f7f1f1, whereas the input fields are given the styles of background-color as #f7f1f1, and font-size as 15px. The footer section of the card is given the styles of background-color as #00BCD4, and text color as white. The cursor style for the footer is set as pointer to get the hand cursor effect in a hover event, whereas the footer button takes the color of #0097A7, in a hover event. The input text fields also take a border-bottom style of 1px solid #c1bcbc, in a hover event. Source: https://bbbootstrap.com/snippets/payment-form-product-details-88919081