This is an example of a User Profile with social icons on hover effect, designed using CSS, HTML, and Bootstrap framework 4. The user images are imported to the cod 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 social media icons, in an orderly manner. The body of the form is given a background color of #f1f1f2, while the profile image is given a transition effect of all .3s ease 0s. The profile name is displayed with the styles of font-size as 19px, font-weight as 600, font color as #fff, text-transform style as uppercase to automatically convert the text to uppercase, and text-shadow as 0 0 1px #004cbf. In a hover event, the title changes its opacity to 1 and takes a transform effect as scale(1). In a hover event, the profile image takes a filter of sepia(80%), and a transform effect of scale(1.3) rotate(10deg), to create the hover effect. The social media icons also take a box shadow of 0 0 10px #000 inset, 0 0 0 3px #fff, on hover. Source: https://bbbootstrap.com/snippets/social-profile-social-icons-hover-effect-38066990