This is an example of a simple tooltip effect, designed using CSS, HTML, and Bootstrap framework 4. The tooltip styles are imported to the code with its URL. The tooltip form is given the padding styles of padding as 13rem, and margin-left as 300px. The tooltip button is given the style of display as inline-block, and min-width as 100px. The text of the button is aligned as center. The background color of the button is set as #ff3d2e, whereas the font color of the button is set as #fff. The font-size of the button is given as 1rem, whereas the margin-top style is given as 1.5rem. The button has a border-radius of 5px, and it is also given a transition style as background 0.1s linear. The tooltip gets activated and displays its message, in a hover event over the button. Source: https://bbbootstrap.com/snippets/simple-tooltips-onhover-74402564
This is an example of a Like, Comment, and Share section, designed using HTML, CSS, and Bootstrap framework 4. The profile images are imported to the code with the URL, and defined as rounded-circle in HTML. The body of the form is given a background color as #eee. The dateline is given a font-size as 11px, whereas the font-size of the comment text is defined as 12px. The Like, Comment and Share texts are also given a font-size as 12px. The name title is given a background color as #007bff. The cursor style for the form is set as pointer to get the hand cursor effect in a hover event. The Like, Comment and Share text turns to blue color, in a hover event. Two primary type buttons are also included in the form to post the comment and cancel the comment. Source: https://bbbootstrap.com/snippets/bootstrap-like-comment-share-section-comment-box-63008805
This is another example of a comment section with rating stars, designed using HTML, CSS, and Bootstrap framework 4. The profile image and font styles are imported to the code with the URLs. The rating stars are created as radio buttons. The body of the form is given the styles of display as grid, place-items as center to place the card in the center, font-family as 'Manrope', sans-serif, and background as red. The comment card is given a width as 450px, and a border-radius as 6px. The text area is given a border as 1px solid #ad9f9f. The send button is given a background color as #ff0000, which changes to #f50202, in a hover event. The rating buttons are given a cursor style as pointer to get the hand cursor effect in a hover event. The rating icons take a fill effect of #ff0000, in hover and active events. Source: https://bbbootstrap.com/snippets/bootstrap-comment-section-form-ratings-98792632
This is an example of a comment section in a modal format, designed using HTML, CSS, and Bootstrap framework 4. The Comment section is hidden within the modal and will be shown after pressing the button on the modal. The fonts and images are imported to the code with their URLs. The body of the form is given the styles of display as grid, place-items as center to place the modal in the center of the form, font-family as 'Manrope', sans-serif, and background as #000. The model button is created as a danger type button. The rating stars are created as radio buttons. The comment section is given a border value of 1px solid #ff0000. The send message button is given the styles of font color as #fff, and background-color as #ff000. In a hover event, the background color of the button changes to #f50202. The rating icons are created to take a fill effect of #ff0000, in hover and active events. Source: https://bbbootstrap.com/snippets/bootstrap-modal-comment-section-rating-12857455
This is an example of a rating bar with hover effects, designed using HTML, CSS, JavaScript, and Bootstrap framework 4. Media quarries have been used to increase the responsiveness of the form, and the JavaScript functions have been used to implement the rating function. The body of the form is given a background color of #000000. The background color of the rating bar is set as #fbedd9, which changes to #EDB867, in a hover event or while rating. The current rating is also indicated by the #EDB867 fill color effect. The rating bar is given the styles of display as block, width as 12px, padding as 5px 0, height as 28px, and float as left. The current rating value is indicated with the styles of font-size as 20px, line-height as 2, float as left, padding as 0 20px 0 20px, and font-weight as 400. Source: https://bbbootstrap.com/snippets/bar-rating-1-10-97482935
This is another example of a user timeline with profile image, designed using HTML, CSS, and Bootstrap framework 4. The font styles and images are imported to the code with their URLs. The body of the form is given the styles of background-color as #D32F2F, and font-family as 'Calibri', sans-serif. The profile image is given a border-radius of 100%. Some labels are given a background color of #1976d2, whereas some are given the default color of success. The label is given the styles of padding as 3px 10px, line-height as 13px, color as #ffffff, font-weight as 400, border-radius as 4px, and font-size as 75. The user card is given a box-shadow of 0px 5px 20px rgba(0, 0, 0, 0.05). The user section is given a cursor style as pointer to get the hand cursor effect in a hover event whereas the background of the card also changes to rgba(0, 0, 0, 0.02), in a hover event. Source: https://bbbootstrap.com/snippets/bootstrap-user-timeline-profile-image-47156152