This is an example of a testimonials slider layout, designed using HTML, CSS, JavaScript, and Bootstrap framework 4. The images, Bootstrap and CSS styles are imported to the code with their URLs. JavaScript functions have been used to implement the carousel feature in the slider. Testimonial card is given the styles of background-color as #ffffff, padding as 40px, border-radius as 10px, border as 1px solid #ebebeb, and position as relative. The user image has the styles of width and height as 60px, and border-radius as 100% to get the circle shape. The user name section has the styles of font-size as 20px, and color as #222222, whereas the designation title is given the styles of display as block, font-size as 12px, letter-spacing as 2px, color as #38c3c7, text-transform as uppercase to automatically convert the text to uppercase, and line-height as 18px. The content section is given a font-size of 20px, and a font style as Italic. The slider buttons are given a background color of #c3edee which changes to #38c3c7, when in the active mode. Source: https://www.tolmatol.com/testimonials-slider/
This is another template for a bootstrap testimonials web form, designed using HTML, CSS, and bootstrap framework 4. Bootstrap styles, fonts, icons, and images are imported to the code with their URLs. Media queries have been used to make the form responsive. The web form is given the styles of font-family as "Montserrat", sans-serif, background color of #8d97ad, and font-weight as 300. The h1 to h6 sections are given a color of #3e4555 and a font-weight of 500. The name of the person is given the styles of line-height as 22px, and font-size as 18px in CSS and text style as uppercase in HTML, whereas the subtitle is given the styles of color as #8d97ad, line-height as 24px, and font-size as 16px. The toggle buttons have the styles of border-radius as 0px, and margin as 8px -2px 8px 0, which change to background: transparent, color: #8d97ad, and border-right: 3px solid #2cdd9b, when they're active. The toggle button image is given a width of 70px, and an opacity of 0.5, which change to opacity: 1, when they're active.
This is another template for a bootstrap testimonials web form with a carousel feature, designed using HTML, CSS, JavaScript, and bootstrap framework 4. JavaScript functions have been used to implement the carousel effect. Bootstrap styles, fonts, icons, and images are imported to the code with their URLs. Media queries have been used to make the form responsive. The web form is given the styles of font-family as "Montserrat", sans-serif, background color of #8d97ad, and font-weight as 300. The h1 to h6 sections are given a color of #3e4555 and a font-weight of 500. The background color of the form is set as #f4f8fa, whereas the subtitle is given the styles of color as #8d97ad, and line-height as 24px. The text style of the title is set to uppercase in HTML to automatically convert the text to uppercase. The inner card is given the background color #188ef4 and also the linear gradient color of that, for the browsers that support linear gradient colors. The owl dots are given the styles of background as transparent, color as #8d97ad, font-size as 34px, and it changes its color to #263238, in a hover event.
This is another template for a bootstrap testimonials web form with a video carousel feature, designed using HTML, CSS, JavaScript, and bootstrap framework 4. JavaScript functions have been used to implement the carousel effect. Bootstrap styles, fonts, icons, and images are imported to the code with their URLs. The web form is given the styles of font-family as "Montserrat", sans-serif, background color of #8d97ad, and font-weight as 300. The h1 to h6 sections are given a color of #3e4555. The name of the person is given the styles of line-height as 22px, and font-size as 18px, whereas the font-size of the title is set to 13px. The subtitle is given the styles of color as #8d97ad, line-height as 24px, and the play icon is given the styles of font-size as 34px, and color as #ffffff. Owl dots have been used to control carousel function, with their styles set to border-radius as 100%, width as 70px, height as 70px, background-size as cover, margin-right as10px, and cursor as pointer to get the hand pointer effect. The owl dot changes its opacity to 1 from 0.4, in a hover effect.