This is a template of a draggable product list with multiple product cards, designed using JavaScript, HTML, CSS, and Bootstrap framework 4. The product images are imported to the code with their URLs. The sortable JavaScript library is used to implement the draggable function of the cards. The body of the form is given a background color as #f9f9fa. The product cards are given a box shadow style of 0 0 1px 2px rgba(0, 0, 0, 0.05), 0 -2px 1px -2px rgba(0, 0, 0, 0.04), 0 0 0 -1px rgba(0, 0, 0, 0.05), whereas the cursor style for the cards is set as 'move', to be able to drag the cards. The card details are displayed using the styles of font-size as 14px, line-height as 1.55556em, padding-left as 5.11111em, and background color as #fff. The product image is given a height and a width as 50px, and border radius as 5px. Media quarries are also used to increase the responsiveness of the form. Source:https://bbbootstrap.com/snippets/sort-list-drag-and-drop-list-items-jquery-ui-sortable-35214381
This is an example of a simple E-commerce product card sidebar, designed using HTML, CSS, and Bootstrap framework 4. The form consists of three tabs and one button. The three tabs are created as radio type tabs. The body of the form is given a background color as #eee, whereas the product card is given a style set of box-shadow as 0 0 5px rgba(0, 0, 0, 0.15), float as left, font-family as 'Lato', Arial, sans-serif, font-size as 16px, margin as 10px 1%, max-width as 310px, min-width as 250px, position as relative, text-align as left, and width as 100%. The description text of the card is displayed using a font-size of 12px, and a margin-top as 11px. The cursor style for the tabs is set as pointer to get the hand cursor effect in a hover event. The tabs are given the styles of border as 1px solid #8f37aa, display as inline-block, font color as #8f37aa, border-radius as 5px, font-size as 11px, and text-transform as uppercase to automatically convert the text to uppercase. The tabs change their background color to #8f37aa, in a hover event. Source:https://bbbootstrap.com/snippets/bootstrap-ecommerce-product-card-sidebar-radio-button-78216618
This is an example of a card header with tabs, designed using HTML, CSS, and Bootstrap framework 4. The card consists of three tabs. The body of the form is given the styles of font-family as "sans-serif", font-size as .88rem, font-weight as 400, line-height as 1.5, color as #495057, text-align as left, and background-color as #E91E63. The card is given the styles of box-shadow as 0 0.46875rem 2.1875rem rgba(4, 9, 20, 0.03), 0 0.9375rem 1.40625rem rgba(4, 9, 20, 0.03), 0 0.25rem 0.53125rem rgba(4, 9, 20, 0.05), 0 0.125rem 0.1875rem rgba(4, 9, 20, 0.03), and transition as all .2s. The card title has the styles of text-transform as uppercase to automatically convert the text to uppercase, color as rgba(13, 27, 62, 0.7), font-weight as bold, and font-size as .88rem. The card footer is given the styles of padding as .75rem 1.25rem, background-color as #fff, and border-top as 1px solid rgba(26, 54, 126, 0.125). The three tabs are given a font size as 0.8rem, and they take box-shadow effect of 0 0 0 0 rgba(82, 88, 93, 0.5), in a hover event. Source: https://bbbootstrap.com/snippets/card-header-tabs-24201356
This is an example of Our Services cards with a folding hover effect, designed using HTML, CSS, and Bootstrap framework 4. The form consists of three Our Services cards. The body of the form is given a background color as #000000. The card title is given a font color as #ec5626, whereas the card content section is given the styles of color as #ec5626, and text-align as center. In a hover event, the content text takes a font color as #000000. The service cards are given the styles of padding as 60px 30px, position as relative, font-size as 100%, color as #999, background as transparent, transition as all ease .5s, and border as 1px solid #ec5626. In a hover event, the background color of the card turns to #ec5626. The folded corner takes the styles of color as #000, and transform as scale(1.5), in a hover event. Source:https://bbbootstrap.com/snippets/our-services-card-onhover-foldable-using-font-awesome-icons-45454600
This is an example of a sidebar template with hover effects, designed using HTML, CSS, and Bootstrap framework 4. The logos are imported to the code with their URLs. The card is given the styles of box-shadow as 0 2px 3px rgba(0, 0, 0, 0.03), and transition as .5s. The card title has the styles of font-family as Roboto, sans-serif, font-weight as 300, line-height as 1.5, padding as 15px 20px, and border-bottom as 1px solid rgba(77, 82, 89, 0.07). The card title is given a font-size as 15px. The card is split into four rows, which are given a padding style as 16px 12px, and transition as background-color .2s linear. The card row titles are given the styles of font-size as 16px, font color as #313944, and font-weight as 400. In a hover event, the background color of the each row changes to #f9fafb. Source:https://bbbootstrap.com/snippets/sidebar-card-open-positions-software-companies-55643232
This is an example of a job application card with buttons and hover effects, designed using HTML, CSS, and Bootstrap framework 4. The logo is imported to the code with its URL. The body of the form is given the styles of font-family as Arial, and background as lightpink, while the log is given a border style of 1px solid #f6f6f6. The card is given the styles of display as block, border-radius as 15px, and padding as 3vh 2vh 7vh 5vh. The heading is given a font-size of 25px and font-weight style as bold. The three buttons are of three types’ success, primary, and danger, which are given three different background colors as #00ff002b, #007bff33, and #dc35452e. The Apply Now and Message buttons are given a font-size as 14px, font-weight as bold, and background colors of #8c02e3, and #dee2e6, respectively. In the active mode, the background color of the Apply button turns to #fff, whereas the color of the Message button turns to #0000008c. Source: https://bbbootstrap.com/snippets/bootstrap-job-card-apply-now-button-94730825