• Latest
  • Featured
This is an example of a testimonial carousel slider, designed using CSS, HTML, JavaScript, and Bootstrap framework 4. The testimonial images are imported to the code with their URLs. Media quarries have been used to increase the responsiveness of the form, whereas JavaScript functions are used to implement the carousel slider functions. The number of cards per slide is defined as 4 in JavaScript functions. The body of the form is given a background color of #4A148C. The testimonial card is given the styles of position as relative, display as flex, width as 600px, flex-direction as column, background-color as #fff, background-clip as border-box, border as 1px solid #d2d2dc, border-radius as 11px, and box-shadow as 0px 0px 5px 0px RGB(161, 163, 164). The card title has the styles of font-size as 19px, and font-weight as 200. The card content section has the styles of font-size as 0.875rem, margin-bottom as .5rem, and line-height as 1.5rem. Source: https://bbbootstrap.com/snippets/testimonial-carousel-slider-autoplay-24183189
This is an example of a product carousel for an e-commerce shopping cart, designed using CSS, HTML, JavaScript, and Bootstrap framework 4. The product images, CSS styles, and font styles are imported to the code with their URLs. JavaScript functions are used to implement the carousel function of the slider. Media quarries have been used to increase the responsiveness of the form. The body of the form is given the styles of font-family as 'Rubik', sans-serif, font-size as 14px, font-weight as 400, background as #eee, and color as #000000. The subtitle of the form is given the styles of font-size as 14px, line-height as 1.7, font-weight as 400, color as #828282, and text-shadow as rgba(0, 0, 0, .01) 0 0 1px. The product prices have the styles of font-size as 16px, and font-weight as 500. The product name and link are given a font-size as 16px, and font color as #000000, which takes a font color of #0e8ce4. Source: https://webdesignerwall.com/create-snippet?snippet_id=8956
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 demo requesting form with validation, designed using CSS, HTML, JavaScript, and Bootstrap framework 4. The background image is imported to the code with its URL. JavaScript functions have been used to implement the validation by switching the border colors of the input text fields between red and green, according to the true-false conditions. The information card is given the styles of padding as 30px 40px, margin-top and bottom as 60px, and box-shadow as 0 6px 12px 0 rgba(0, 0, 0, 0.2). The blue text section is given a font color as #00BCD4. The font-size of the input text fields are set as 18px, and the font-weight is set as 300. In a focus event, the text fields take the border color of #00BCD4. The cursor style for the button is set as pointer to get the hand cursor effect and a text-transform style is set as uppercase to automatically convert the text to uppercase. Source: https://bbbootstrap.com/snippets/request-demo-form-validation-12274818
This is an example of edit your job profile form, designed using CSS, HTML, and Bootstrap framework 4. The form consists of a profile image, input text fields, and buttons. The profile image is imported to the code with its URL. The body of the form is given a background color of #BA68C8. The input fields take a border color of #BA68C8 in a focus event, whereas the experience button takes background and border color of the same color and font color of #fff in a hover event. The Save Profile button take the background color of #682773, in hover and active events. The cursor style for buttons is set as pointer to get the hand cursor effect in a hover event. The text labels are given a font-size of 11px. The social media images are also imported to the code with their URLs and their labels are given a bold black font style, in HTML. Source:https://bbbootstrap.com/snippets/bootstrap-edit-job-profile-form-add-experience-94553916
This is an example of a dark themed shopping cart payment form, designed using CSS, HTML, and Bootstrap framework 4. The body of the form is given the styles of font-family as Arial, Helvetica, sans-serif, and background color as #343a40. The payment options images are imported to the code using the URLs. The payment card is given the styles of background as #000 to get the dark theme, font color as #fff, and width as 410px. The payment options are given the hover effects of text-decoration as underline and cursor as pointer to get the hand cursor effect. The Pay button is given a border-radius value of 30px. The input text fields are given a font color of #dae0e5 and a font size as 75%. The input fields take the values of transform as translate3d(0, -100%, 0), opacity as 1, top as 10px. Source:https://bbbootstrap.com/snippets/bootstrap-dark-themed-shopping-checkout-form-60033953
This is an example of a product filter with an accordion feature and checkboxes, designed using HTML, CSS, and Bootstrap framework 4. Media quarries have been used to increase the responsiveness of the form. The body of the form is given a background color of #f5f6f7. The panel heading is given the styles of font-family as 'Glyphicons Halflings, display as block, padding as 10px, color as #555, font-size as 11px, text-transform as uppercase to automatically convert the text to uppercase, letter-spacing as 1px, and word-spacing as 3px. The panel heading is given a transform style of rotate(180deg) to implement the collapsible effect. The checkboxes are given a height and a width of 24px, font color #fff, cursor style as pointer to get the hand cursor effect in a hover event. The checkboxes take the color of #9faab7 in a hover event, and #2874ef in a checked event. The checkbox text is given a font-family of "Font Awesome 5 Free, and a font-size of 14.66667px. The Refine search button is given a background color of #2874ef, and a font-size as 12px. Source:https://bbbootstrap.com/snippets/refine-product-filter-sidebar-collapse-accordion-custom-checkbox-98247635
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