This is an example of a product list with add to bag and order now buttons, for an e-commerce website, designed using HTML, CSS, and Bootstrap framework 4. The product images are imported to the code with their URLs. The body of the form is given a font color of #000, and background color of #fff. The product card is given a background color as light grey, whereas the image is given a width of 180px, and a height of 300p. The cursor style for the buttons is given as pointer to get the hand cursor effect in a hover event. The Add to cart button is given a background color as #26A69A, with a border value as 2px solid #26A69A. In a hover event, the button changes its color to #00796B. The Order Now button has a background color of #26A69A, and a border value as 2px solid #26A69A. In a hover event, the background color of the button changes to #00796B. Source: https://bbbootstrap.com/snippets/product-list-add-bag-and-order-now-options-87761644
This is a template of a product grid view card for an e-commerce website, designed using CSS, HTML, and Bootstrap framework 4. The product images are imported to the code with their URLs. The body of the form is given the styles of font-family as Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", font-size as .8125rem, font-weight as 400, line-height as 1.5385, color as #333, text-align as left, and background-color as #2196F3. The product card is given the styles of background-color as #fff, border as 1px solid rgba(0, 0, 0, .125), and border-radius as .1875rem. The text is aligned to the center of the card. The card body is given the styles of flex as 1 1 auto, and padding as 1.25rem. The product name and Add to Card button is set to change their font color and background color, in a hover event. Source:https://bbbootstrap.com/snippets/bootstrap-ecommerce-product-grid-view-card-19577966
This is an example of a multi-select product list template, designed using HTML, CSS, JavaScript, and Bootstrap framework 4. The images are imported to the code with their URLs. JavaScript functions have been used to implement the multi-select feature for the product cards. The body of the form is given a font color as color: #000, height as 100%, and background color as #FFFF00. The breadcrumb bar is given an underline effect, and the cursor style as pointer on a hover effect. The product card is given the styles of background-color as #fff, width as 24%, height as 300px, border as 2px solid #E0E0E0, box-shadow as 0 3px 6px 0 rgba(0, 0, 0, 0.2), cursor as pointer, and margin-bottom as 25px. The card takes the styles of border as 2px solid #FBC02D, and box-shadow as 0 4px 8px 0 #FBC02D, in the active mode. The price section is given a background-color as #E0E0E0, and border radius as 50% to get the circular shape, and takes the background color of #FBC02D, and a box-shadow style of 0 3px 6px 0 #FBC02D, in a hover event. Source: https://bbbootstrap.com/snippets/multi-select-product-list-99079985
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
This is an 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 with their URLs and media quarries are used to increase the responsiveness of the form. The body of the form is given the styles of background as #000, and font-family as Arial, Helvetica, sans-serif. The card container is given a border-radius of 20px. The Order Total text is given a font color as #6c757d85, whereas the order value is given a font color as #f11126. The cursor style for fields is set as pointer to get the hand cursor effect in a hover event. The input text fields are given a border-bottom style of 1px solid #a9abae3d. The input text takes a bold font style, in a focus event. The Place Order button is given the styles of border-radius as 40px, and width as 40%. Source:https://bbbootstrap.com/snippets/bootstrap-credit-card-payment-form-order-details-76996396
This is an example of a multi-step signup form wizard, designed using HTML, CSS, JavaScript, and Bootstrap framework 4. The icons and the background image is imported to the code with their URLs. The signup form takes the users through account details, personal details, and payment details stages. JavaScript has been used to implement the field set effects. The background of the form is given a linear gradient color of linear-gradient(120deg, #FF4081, #81D4FA). The field set is given the styles of background as white, box-shadow as 0 2px 2px 2px rgba(0, 0, 0, 0.2), padding as 20px 40px 30px 40px, width as 94%, margin as 0 3% 20px 3%, and position as relative. The input text fields of the form are given a font color of #2C3E50, and a font-size of 16px. The text fields take a border bottom style of 2px solid skyblue, in a focus event. The action button also takes a border bottom color of box-shadow: 0 0 0 2px white, 0 0 0 3px skyblue, in hover or focus events. Source: https://bbbootstrap.com/snippets/multi-step-form-wizard-30467045