This is an example of a music library container with hover effects, designed using CSS, HTML, and Bootstrap framework 4. The artist's image is imported to the form with its URL, whereas media quarries have been used to increase the responsiveness of the form. The form is given a font-family style as 'Rubik', sans-serif. The background of the form is given a linear-gradient color as (#006064, #c5e1a5). The artist's name is displayed using a font size of 7vh, and the font color of white. The play button is given the styles of background-color as green, font color as white, width as 80px, and border-radius as 25px, which takes the background color of #a5d6a7, in a hover event. Each table row consists of a song number, song name, artist name, and song duration, which turns its background color to green, in a hover event. Source: https://bbbootstrap.com/snippets/music-library-container-font-awesome-icons-75630261
This is an example of MCQ question and answers form with hover effects, designed using CSS, HTML, and Bootstrap framework 4. The background of the form is given as #616161. The form consists of four danger type buttons, which are used as MCQ answer blocks. The buttons are given the styles of padding as 18px 60px, white-space as normal. Transform as scale(1.0), and transition-duration as .3s. In a hover event, each button takes a text-shadow effect of 0 3px 2px rgba(0, 0, 0, 0.4), and a transform effect of scale(1.1). Each label is given a glyphicon to mark the correct answer by selecting the relevant radio button. Each button block is given its own animation time, to implement the transforming animations in a hover event. The answer blocks are set to increase their scale, to be expanded from the rest, in a hover event. Source: https://bbbootstrap.com/snippets/mcq-question-and-answer-container-32470412
This is an example of an E-commerce single product card that open details on a hover event, designed using HTML, CSS, and Bootstrap framework 4. The images and font styles are imported to the code with their URLs. 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 list items, in an orderly manner. The body of the form is given the styles of font-family as 'Open Sans', serif, and background as #AB47BC. The product card is given the styles of transform as translate(-50%, -50%), width as 300px, height as 400px, box-shadow as 0 20px 40px rgba(0, 0, 0, .2), border-radius as 5px, and background as #0e0e0f. The product name is displayed with a font-size of 20px. The product prize is given a font-weight style as bold, font color as #000, and font-size as 30px. The five list items are given five colors in the boxes. The product details section is given a bottom value as 160px, which changes to 0, in a hover event to display the product specifications. Source:https://bbbootstrap.com/snippets/ecommerce-single-product-card-open-detail-hover-49583085
This is an example of a user profile card on hover dropdown, designed using HTML, CSS, JavaScript, and Bootstrap framework 4. The profile images are imported to the code with their URLs. The form consists of three user profile cards that have a hidden profile description which can be expanded by hovering over the image. JavaScript functions have been used to implement the slide up and slide down functions of the profile description in a hover event. The profile panels are given the styles of text-align as center, cursor style as pointer to get the hand cursor effect in a hover event, and font-family as 'Raleway', sans-serif. The profile description is displayed using a font size of 12em. The profile footer has the styles of font color as #fff, background-color as #47c8ed, and text-shadow as 1px 1px 1px rgba(150, 150, 150, 1). Source: https://bbbootstrap.com/snippets/profile-hover-dropdown-53424388
This is another example of a user profile layout with hover effects, designed using HTML, CSS, and Bootstrap framework 4. The profile images are imported to the code with their URLs. The body of the form is given a background color as #000. The form consists of three panels with user details. The panel heading section is given a transition value of height 600ms ease-in-out. The user image in the panel is given a transform effect of translate3d(-50%, -50%, 0). The panel body section is given the styles of height and width as 70px, background-color as #fff, border-radius as 50%,opacity as 1, box-shadow as 0 0 0 3px #fff, transform as translate3d(-50%, -50%, 0), and transition as opacity 400ms ease-in-out. In a hover event, the panel heading changes the height to height: 55, and takes a transition value of height 400ms ease-in-out, whereas the panel body changes the opacity to 0, and takes a transition value of opacity 400ms ease-in-out. Source: https://bbbootstrap.com/snippets/user-profile-hover-effect-47998750
This is an example of a simple user profile with hover effects, designed using HTML, CSS, and Bootstrap framework 4. The profile image and fonts are imported to the code with their URLs. 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 child elements of the user profile, in an orderly manner. The body of the form is given the styles of background-color as #EEEFF3, and font-family as 'Poppins', sans-serif. The user profile card is given a border value of 1px solid #EBEDEC. The list items are created as muted text with a font-size given as 14px. The cursor style for the list is set as pointer to get the hand cursor effect in a hover event. In a hover event, the list items take the styles of background-color as #ECF2FE and font color as #224bba. Source: https://bbbootstrap.com/snippets/bootstrap-user-profile-economic-details-92549790