This is an example of a user profile with hover effects on the social media icons, designed using CSS, HTML, 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 social media icons in a single raw. The profile image is imported to the code with its URL. The profile card is given a width of 300px, height of 350px, and a cursor style as pointer to get the hand cursor effect on hover. The profile card is given an overlay filter, to be applied on a hover event, with an opacity of 1. The social media icons are given the styles of width and height as 25px, border as 1px solid #eee, padding as 20px, display as flex, justify-content as center, align-items as center, color as #fff, border-radius as 5px, and transition as all 1s. In a hover event, the icons take the styles of background as #fff, and font color as #000. Source:https://bbbootstrap.com/snippets/bootstrap-user-profile-social-icons-animation-11258499
This is another example of a user profile with social media links and hover effects, designed using CSS, HTML, JavaScript, and Bootstrap framework 4. The font styles and images are imported to the code with their URLs. The JavaScript functions have been used to display and hide the hidden section of the form, on a clicked event. The form is given the styles of height as 650px, width as 100, and a linear gradient background. The profile container has the styles of width as 350px, height as 450px, background-color as white, border-radius as 8px, position as relative, and box-shadow as 0 0 25px black. The profile container is split into two cards, out of which the first one is given the styles of width as 350px, height as 300px, and background-color as #FF9299. The cursor style for the dropdown icons is given as pointer. The name is displayed using a font-size of 20px, and a font-family as 'Rubik', sans-serif. The follow button is given a font color as #FF9299, and background color as white, which changes to cadetblue, in a hover event. The social media icons also change their background colors accordingly, in a hover event. Source: https://bbbootstrap.com/snippets/profile-of-user-social-media-links-93047561
This is another example of a simple user profile with a follow button, designed using CSS, HTML, and Bootstrap framework 4. The profile image is imported to the code with its URL. The profile card is given a style set of position as relative, display as flex to automatically rearrange the content according to the container, flex-direction as column, word-wrap as break-word to allow long words to be able to break and wrap onto the next line, background-color as #fff, background-clip as border-box, and a border value as 1px solid #d2d2dc. The number of followers, posts, and likes are displayed using a font-size of .9375rem. The follow button is given the styles of font-size: 0.875rem, line-height as 1, font-weight as 400, padding as .7rem 1.5rem, and border-radius as 0.1275rem. It is also given a border-color as #3da5f4, and a background-color as #3da5f4. Source: https://bbbootstrap.com/snippets/user-profile-font-awesome-icons-43178317
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