This is an example of a collapsible comment section, designed using HTML, CSS, JavaScript, and Bootstrap framework 4. JavaScript functions are used to implement the collapsible feature. The form consists of a hidden comments section, which can be revealed by clicking on the comment link. It is also given a button to add new comments. The data-target attribute with the data-toggle="collapse" method has been used in HTML to implement the collapsible function for the comment section. The user image is imported to the code with its URL. The body of the form is given a background color as #eee. The number of comments section has a cursor style as pointer to get the hand cursor effect, as well as a text-decoration as underline. The badge is given the background color as orange and font-size as 11px. The gray dot is given a style set of height and width as 7px, margin-top as 3px, background-color as #bbb, border-radius as 50% to get the circle shape and display as inline-block. Source: https://bbbootstrap.com/snippets/bootstrap-collapsible-comment-section-fontawesome-icons-88973761
This is an example of a collapsible Like, Comment, and Share section, designed using HTML, CSS, and Bootstrap framework 4. The image is imported to the code with the URL. The data-target attribute with the data-toggle="collapse" method has been used in HTML to implement the collapsible function of the form. The body of the form is given a background color as #eee. The form is designed to reveal a comment section if the comment link is clicked, or reveal the list of social media icons if the share link is clicked. The date section is given a font-size as 11px, whereas the comment text is given a font-size of 12p. The font color of the user names is set as #007bff. The font color of the Like, Comment and Share links turn to blue, in a hover event. The cursor style for the links is set as pointer to get the hand cursor effect in a hover event. The social media icons are given background colors accordingly. Source: https://bbbootstrap.com/snippets/bootstrap-collapsible-like-comment-and-share-section-43201372
This is an example of a collapsible accordion, designed using CSS, HTML, and Bootstrap framework 4. The form is designed to reveal the hidden text in a panel, on a button click. The form consists of six panels. An accordion button with the data-target attribute has been used to implement the collapsible feature of the accordion by using the data-toggle="collapse". The expanded panel is given a background color as #4385f5, and line-height as 24px. The non-expanded panel has the styles of color as #999999, background-color as #fff, display as block, padding as 12px 20px. The content section of the expanded panel is given a text size of 14px, whereas the expanded panel title is given a font-size as 16px. When expanded, the color of the text gets changed to #fff. The content section of the expanded panel is also given the styles of font-family as 'FontAwesome, width, and height as 21px, display as block, border-radius as 50% and text-align as center. Source: https://bbbootstrap.com/snippets/awesome-accordian-collapse-blue-93531626
This is an example of a Signup form with an auto carousel testimonials feature, 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 carousel indicators in an orderly manner. The body of the form is given the styles of color as #000, height as 100%, and background-color as #EEEEEE. The testimonial card is given the styles of border-bottom-left-radius and border-top-left-radius as 20px, background-color as #512DA8, height as 100%, color as #fff, padding-left and right as 13%. The input fields of the signup form, have the styles of border as 1px solid light grey, border-radius as 10px, margin-bottom as 25px, margin-top as 2px, width as 100%, box-sizing as border-box, color as #2C3E50, and font-size as 14px. The signup button is given a background color of #512DA8, which changes to #311B92 in a hover event. Source: https://bbbootstrap.com/snippets/sign-up-form-auto-carousel-testimonials-62466161
This is an example of a testimonial carousel with previous and next preview, designed using HTML, CSS, JavaScript, and Bootstrap framework 4. The CSS styles and user images are imported to the code with their URLs. JavaScript functions have been used to implement the carousel features whereas media quarries have been used to increase the responsiveness of the form. The body of the form is given the styles of font color as #000, height as 100%, and background-image as linear-gradient(180deg, #1E88E5, #fff). The testimonial card is given a box shadow as 0px 4px 8px 0px #BDBDBD. The owl dots are given a background color of #1E88E5, which changes to #0D47A1, in a hover event. The testimonial cards take a transform effect of scale(0.8), with the transition duration of 0.3s, and change the opacity value to 0.6, in the event of sliding. Source: https://bbbootstrap.com/snippets/testimonial-carousel-slider-previous-and-next-preview-50691522
This is an example of a testimonial box with hover effects, designed using HTML, CSS, and Bootstrap framework 4. The images are imported to the code with their URLs and media quarries have been used to increase the responsiveness of the form. The body of the form is given the styles of height and width as 100%, font-family as 'Cormorant', serif, and background as #262626. The testimonial card is given the styles of box-shadow as 0px 5px 16px rgba(223, 241, 223, 0.5), transition as 0.8s, background as #333, box-sizing as border-box, and border-radius as 7px. The content of the card the styles of font-size as 20px, line-height as 33px, and color as #fff. The testimonial profile name is given a font color as #fff, and a font-weight as 500. In a hover event, the testimonial card takes a layer effect of linear-gradient(#03a9f4, #e91ee3) and gets filled with the layer color, a box-shadow effect of -5px 50px 100px rgba(223, 241, 223, 0.5), whereas the font-weight of the profile title and content section gets changed to 600. Source: https://bbbootstrap.com/snippets/testimonial-box-hover-effect-50508276