This is a template of an e-commerce product listings form with filters, designed using HTML, CSS styles, and Bootstrap framework 4. The product images are imported to the code with their URLs. The body of the form is given a background color of #eee. The form consists of product cards a product listings card and a set of filters. The filters are created as radio buttons. The header of the product listings card is given a text-transform style as uppercase to automatically convert the text to uppercase. The filters section given a border-bottom style as 1px solid #eee. The 'Add to Cart' button is given a style set of font-size as 12px, font color as #fff, background-color as #5629c0, and height as 38px. The buttons are set to change their background color, on hover. The cursor style for the favorite icons has been set as pointer to get the hand cursor effect on hover. The discount value is displayed inside a success button and given a font-size of 13px. Source: https://bbbootstrap.com/snippets/bootstrap-ecommerce-product-listings-filters-74673706
This is an example of an e-commerce product list with hover effects, 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 background color of #B3E5FC. The product card is given a border-radius of 6px, and background color of #fff. The product details are displayed using a font-size of 13px, and a color of #cbcbcb. The cost of the product is displayed using the styles of font color as #fb3531, font-weight as bold, and font-size as 20px. The cost of the three products is displayed using three different font colors. The rating stars are displayed using the color of #FBC02D. The cursor style for the products is set as pointer to get the hand cursor effect on hover. The text on the 'Add to Cart' button is displayed using a text style as uppercase to automatically convert the text to uppercase. The image container is given an animation of fade_in_show 0.5s to create the animation on hover. Source: https://bbbootstrap.com/snippets/bootstrap-ecommerce-product-list-two-product-images-onhover-effect-20402795
This is an example of an E-commerce product list with animation on add to cart button, designed using CSS, HTML, JavaScript, and Bootstrap framework 4. The product images are imported to the code with their URLs. The JavaScript methods have been used to implement the functionality of the Add button, on a clicked event. The body of the form is given a background color as #eee. The product card is given the styles of border as 1px solid #eee, and cursor style as pointer to get the hand cursor effect on hover. The Add to Cart button is given a background color of #d6d4d44f, and a border-radius of 4px. The green dot of the button is given the styles of background-color as green, border-radius as 50%, font-size as 8px, and font color as #fff. The Add to Cart button is given an animation of item 0.3s ease-in forwards, to create the dot span animation, whereas the product card is given a hover effect of transform as scale(1.04), to create the scale-up animation. Source: https://bbbootstrap.com/snippets/bootstrap-ecommerce-product-list-animation-add-cart-button-22938728
This is an example of a folder list with a checkbox and transform effect, designed using HTML, CSS, and Bootstrap framework 4. The folder icons are imported to the code by the URLs. The body of the form is given a background color as #4527A0. The list items are given a style set of margin-top as 10px, background color as #5E35B1, cursor style as pointer to get the hand cursor effect in hover, and transition as all 0.3s ease-in-out. The list items take a transform effect of scaleX(1.1) in a hover event, to change the scale of the folder items. The opacity of the checkbox is set as 0, which changes to 1 in a hover event. The checkbox is given a border style of 1px solid #10a3f9, border-radius as 3px, and background color as white, which changes to border as solid #007bff, border width as 0 2px 2px 0, and takes a transform effect of rotate(45deg), in a checked event. Source:https://bbbootstrap.com/snippets/bootstrap-folder-list-checkbox-and-transform-effect-16091735
This is an example of an e-commerce product list that displays the product details on hover, 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 icons in an orderly manner. The product images are imported to the code with their URLs. The container is given margin-top and bottom values as 50px, whereas the product cards are given a border style of 1px solid #673AB7. In a hover event, the row of icons takes an animation of 300ms ease-in-out 0s normal none 1 running fadeInRight, and an opacity value of 1. The product name is displayed using the styles of font color as #673ab6, font-family as Old Standard TT, font-size as 17px, font-weight as 600, text-transform as capitalize to turn the first letter of each word to capital, and transition as all 0.3s ease 0. The price is displayed using the styles of font color as #313131, font-family as Poppins, font-size as 16px, and font-weight as 500. Source: https://bbbootstrap.com/snippets/ecommerce-furniture-product-list-onhover-83554976
This is an example of a form with the ability to share the items between two lists by drag and drop function, designed using HTML, CSS, JavaScript, and Bootstrap framework 4. The avatar images are imported to the code with their URLs. Sortable JavaScript library has been used to implement the drag and share function of the items, without cloning them in the next list. Media quarries are used to increase the responsiveness of the form. The body of the form is given a background color of #f9f9fa. The product card container is given the styles of word-wrap as break-word to break and wrap long words into the next line, background-color as #fff, background-clip as border-box, border as 1px solid rgba(19, 24, 44, .125), and border-radius as .25rem. The avatar image is given the styles of border-radius as 500px, and box-shadow as 0 5px 10px 0 rgba(50, 50, 50, .15). The text color is given as 5e676f, whereas the font size of the text is given as .825rem. Each product card is given a dropdown list to be viewed by clicking on a button. Source: https://bbbootstrap.com/snippets/shared-list-sortable-library-35848440