This is an example of a profile card templates, designed using CSS, HTML, and Bootstrap framework 4. The profile image is imported to the code with its URL. The background color of the form is set as #eee. The profile card is given the styles of background-color as #fff, width as 280px, border-radius as 33px, and box-shadow as 0 4px 8px 0 rgba(0, 0, 0, 0.2). Profile image is given the styles of border-radius as 10px, and border as 2px solid #5957f9. The profile name is displayed with the styles of font-size as 15px, font-weight as bold, and font color as #272727. The user email address is displayed with a font-size of 14px, and font color of grey. The middle container takes the border style of 1px solid #5957f9, in a hover event. The lower tabs are given a style set of font-size as 16px, font-weight as 700, and color as #272727. Each tab takes a border-bottom style of 1px solid #dee2e6, in a hover event.
Source: https://bbbootstrap.com/snippets/bootstrap-profile-card-template-hover-11673763
This is an example of a login page with a profile section, designed using CSS, HTML, and Bootstrap framework 4. The profile image, font style, and the Bootstrap styles have been imported to the code with their URLs. The form is given a background color of #2B2B2B, and a font family style of 'Raleway', sans-serif. The login box is given a background color of #f32d27 and a box-shadow style of 0px 0px 8px 0px rgba(50, 50, 50, 0.54). The time is displayed with the styles of font color as #FFF and font-size as 14px. The user image is displayed with a border-radius style as 50% to get the circle shape, height, and width as 175px, and border as 4px solid #FFF. The card consists of two follow tabs, which are given a background color of #FC563B, and the cursor style as pointer to get the hand cursor effect on hover. The tabs take the background color of #F22F26, in a hover event. The 'Login' button is given a background color of #FC563B, which gets changed to #F22F26, on hover.
Source: https://bootsnipp.com/snippets/g6aRo
This is an example of a user timeline layout with the hide option, designed using JavaScript, HTML, CSS, and Bootstrap framework 4. The font style, user images, and icons have been imported to the code with 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 sidebar, in an orderly manner. JavaScript methods have been used to implement the functionality of the 'Hide' icon and the tooltip messages. The body of the form is given a background color as #eee. The user title name is displayed with the styles of font color as #5a7391, font-size as 16px, and font-weight as 600. The user profile image is given a border-radius value of 50% to get the circle shape and also width and a height of 50%. The 'Follow' button is given a text-transform style as uppercase to automatically convert the text to uppercase. The View, Delete, and the Share buttons are given different background colors as #80d752, #39b3d7, and #d73814.
Source: https://www.bootdey.com/snippets/view/User-wall-with-sidebar-show-hide#js
This is an example of another social network user profile, designed using HTML, CSS, and Bootstrap framework 4. The user images are imported to the code with their URLs. The form is given a background color of #f5f5f5. The user profile card is given a background color of #F7F7FA. 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 information in an orderly manner. The profile card details and the input text area is given an opacity value of 05. Which turns to 1, in a hover event. The media quarries have been used to increase the responsiveness of the form. The profile picture image is given a width and a height of144px. And a border style of 5px solid #FFFFFF and a border-radius style as 50% to get the circle shape.
Source: https://www.bootdey.com/snippets/view/bs4-profile-card#css
This is an example of a social network profile with panels, designed using CSS, HTML, and Bootstrap framework 4. The font style and user image are imported to the code with their URLs. The body of the form is given a background color of #e9ebee. 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 profile tabs and dropdown items in an orderly manner. The profile picture is given a background color as #00b5ec. The profile tabs are displayed with the styles of font-family as 'FontAwesome', font-size as 14px, text-transform as uppercase to automatically convert the text to uppercase, and cursor style as pointer to get the hand cursor effect on hover. The profile tabs are given their own separate forms, which open up upon clicking on the tabs. The profile tabs take the font color of #6e8cd7, in a hover event.
Source: https://www.bootdey.com/snippets/view/Social-network-profile-with-panels#css
This is an example of a stylish user profile layout, designed using CSS, HTML, and Bootstrap framework 4. The font style and images 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 profile tabs and icons in an orderly manner. The body of the form is given a style set of font color as #797979, background color as #f1f2f7, font-family as 'Open Sans', sans-serif, and font-size as 13px. The profile header panel is given a background color of #fbc02d. The user image is given a border-radius style as 50% to get the circle shape. The user name is displayed with a font-size of 22px, and a font-weight of 300. The profile tabs take a border-left effect of 5px solid #fbc02d, in a hover event. The users are given the ability to edit the numbers in the input numbers fields.
Source:https://www.bootdey.com/snippets/view/user-profile-bio-graph-and-total-sales#css