This is an example of another login form, designed using CSS, HTML, and Bootstrap framework 4. The profile image, Bootstrap and JavaScript styles are imported to the code with their URLs. The background of the form is given a color as linear-gradient(rgb(104, 145, 162), rgb(12, 97, 33)). The login card is given a style set of background-color as #F7F7F7, box-shadow as 0px 2px 2px rgba(0, 0, 0, 0.3), and border-radius as 2px. The profile image is given a height and a width of 96px, and the border-radius as 50% to get the circle shape. The input text fields take a border style of rgb(104, 145, 162), and a box-shadow style as inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162), in a focus event. The 'Login' and 'Register' buttons are created as a primary button and given a background color of rgb(104, 145, 162) and a font-size of 14px. The background color of the buttons get changed to rgb(12, 97, 33), in the active and hover modes.
Source: https://bootsnipp.com/snippets/GXl8R
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 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
This is another example of a user profile layout with timeline and overview tabs, 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 information, in an orderly manner. This form allows the users to switch between the overview and edit sections of the form, with toggle tabs. The font style and images are imported to the code with their URLs. The panel heading is given a text-transform style as uppercase to automatically convert the text to uppercase. It is also given a font-family style as Arial, Helvetica, Sans-Serif. The bullet points of the bullet list are indicated with four different background colors as #d64b4b, #4dd79c, #0090d9, and #E2A917. The bullet list heading is displayed with the styles of font-weight as 700, font-size as 14px, font-size as 1.4rem, line-height as 1.4, and font color as #171717.
Source: https://www.bootdey.com/snippets/view/Profile-with-overview-and-edit#css
This is an example of a user profile with tabs, 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 tab items, in an orderly manner. The font style and images are imported to the code with their URLs. The profile labels are displayed with a font color of #667E99. The form consists of four tabs, which opens four different forms. The first tab displays the profile information, the seconds one displays the activity feed, the third one displays the friends' section, and the fourth one displays the images. The user name is displayed with the styles of font color as #336199, background-color as #EDF3F4, and border-top as 1px solid #F7FBFF. The profile picture is given the styles of border as 1px solid #CCC, background-color as #FFF, and box-shadow as 1px 1px 1px rgba(0, 0, 0, .15).
Source: https://www.bootdey.com/snippets/view/User-Profile-with-tabs#css