This is an example of an order confirmation invoice/bill template, designed using HTML, CSS, and Bootstrap framework 4. It displays the purchased products, product images, purchased quantity, and pricing details with the total amounts. The product images and the font style is imported to the code with their URLs. The body of the form is given the styles of background-color as #ffe8d2, and font-family as 'Montserrat', sans-serif. The footer and logo area of the form is given a background color of #eeeeeea8. The product quantity is displayed using the styles of font-size as 12px, and font color as #dedbdb. The prices are displayed using a font-weight style as bold to make them highlighted. The discount value is displayed using the success style making the font color green. The justify-content style is set as center in HTML, to centralize the form. Source:https://bbbootstrap.com/snippets/bootstrap-order-confirmation-invoice-bill-template-49857128
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 an order table with a toggle button, designed using HTML, CSS, JavaScript, and Bootstrap framework 4. The form consists of four data cells, with a toggle button attached to each cell. The status of the column is created using two success type badges, one primary type badge, and one danger type badge to display the status of the cell. JavaScript methods have been used to implement the toggle function of the buttons. The body of the form is given the styles of background as #eee, and font-family as Assistant, sans-serif. The data cells are given the styles of border-collapse as separate, border-spacing as 0 4em, background as #fff, border-bottom as 5px solid transparent, and background-clip as padding-box. The toggle button has the styles of width as 40px, height as 21px, background as grey, border-radius as 50px to get the circle shape, and padding as 3px. It is also given a cursor style as pointer to get the hand cursor effect in a hover event, and a transition effect as all 0.3s 0.1s ease-in-out. The toggle button changes its background color to blue, in the active mode. Source: https://bbbootstrap.com/snippets/bootstrap-order-table-toggle-button-29934887
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