This is an example of a user profile layout with a dashboard, designed using HTML, CSS, and Bootstrap framework 4. The body of the form is given a background color of #f3f6f8. The images and icons are imported to the code with their URLs. The cover section is given a background color of #02c0ce. The form allows the users to view the user details, personal information, dashboard summary, inbox summary, work experience, and a project summary. The card box has the styles of border-radius as 3px, margin-bottom as 30px, background-color as #fff. The inbox items are given a border-bottom style of 1px solid #f3f6f8, to be activated on hover. The 'Reply' button is created as a success type button from HTML. The muted text is displayed using a font color of #98a6ad. The 'Orders', 'Product' 'Sold Products' summaries are displayed using a text-transform style as uppercase to automatically convert the text to uppercase.
Source: https://www.bootdey.com/snippets/view/bs4-Profile-with-dashboard#css
This an example of another user profile card layout, designed using CSS, HTML, and Bootstrap framework 4. The user 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 information, in an orderly manner. The form consists of four profile cards. Each card is given a user image, user name, location, team member avatar images, contact details section, and social media icons. The body of the form is given a background color of #eee. The user name is displayed with a font color of #f96332, and a font-size of 17px. The profile card has the styles of background color as #fff, transition as .5s, border-radius as .1875rem, display as inline-block, and width as 100%. The user contact details are displayed with a font color of #9e9e9e and a font-size of 16px.
Source: https://www.bootdey.com/snippets/view/bs4-agent-cards#css
This is an example of a navbar layout with dropdown options, designed using CSS, HTML, JavaScript, and Bootstrap framework 4. The font styles are imported to the code with their URLs. JavaScript methods have been used to implement the functionality of the dropdown lists. 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 navbar items, in an orderly manner. The body of the form is given the styles of font-family as 'Open Sans', sans-serif, font-size as 1.6rem, and font-weight as 400. The form title is displayed with a font-size of 3.6rem, whereas the description is displayed with a font-size of 1.6rem. The button is created as a primary type button and given a background color of #c0ca33, which gets changed to #c0ca33, on hover. The dropdown items are set to take a font color of #c0ca33, in a hover event. Media quarries have been used to increase the responsiveness of the form.
Source: https://www.bootdey.com/snippets/view/bs4-navbar-with-dropdown-animations#js
This is an example of a profile card widget, designed using CSS, HTML, and Bootstrap framework 4. The font style and user images have been imported to the code with their URLs. The card panel is given a box-shadow style of 0 2px 0 rgba(0,0,0,0.075). The body of the form is given a background color of #ebeef0. The form consists of four profile cards. The first profile card is given a background color of #5fa2dd, a font color of #fff, and two primary and success type buttons. The designation is displayed with a muted text. The second card is given a background color of #91c957, and font color of #fff. The width and size of each profile picture are set as 64px. The font-weight of each card header title is set as 600. The cursor style for all the buttons is set as pointer to get the hand cursor effect on hover.
Source: https://www.bootdey.com/snippets/view/profile-cards-widget#css
This is an example of a profile contacts layout, designed using HTML, CSS, and Bootstrap framework 4. The font styles 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 social media icons, in an orderly manner. The body of the form is given a background color of #DCDCDC. The social media icons are given the styles of border-radius as 50% to get the circle shape, color as rgba(121, 121, 121, .8), height as 30px, line-height as 27px, border as 2px solid rgba(121, 121, 121, .5), text-align as center, and width as 30px. The icons take the styles of color as #797979, and border as 2px solid #797979, in a hover event. The image thumbnail has the styles of background-color as #fff, border as 1px solid #dee2e6, and border-radius as .25rem. The 'Message Now' button is created as a primary type button in HTML.
Source: https://www.bootdey.com/snippets/view/bs4-profile-contacts#html
This is an example of a blog page layout with hover effects, designed using HTML, CSS, 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. The font style and the image have been imported to the code with their URLs. The body of the form is given a background color of #eee. The form consists of three blog post cards. Each card is given the styles of transform as scale(1), opacity as 1, and transition as transform .4s ease, opacity .4s ease. In a hover event, a card takes the styles of transform as scale(1.02), opacity as .7, and a background filter as gray. The title of the card is displayed with the styles of font-size as 20px, font color as #242424, and line-height as 26px, whereas the card information displayed with the styles of font-style as italic, font color as #959595, and font-size as 12px.
Source: https://www.bootdey.com/snippets/view/bs4-blog-post-with-image-hover#html
This is a layout of a profile settings page, designed using CSS, HTML, and Bootstrap framework 4. This layout can be used to display the settings on a user profile and save the edited changes. The user image avatar and icons are imported to the code with their URLs. The body of the form is given a background color as #F0F8FF. The form consists of toggle bars, input text fields, and a 'Save' button. The 'Account' tab is created as the active tab, by default. The information card is given a box-shadow style of 0 1px 15px 1px rgba(52,40,104,.08), and a border style of 1px solid #e5e9f2. The user image is given a width and a height value of 128. The card header section is given a style set of font color as inherit, background-color as #fff, and border-bottom as 1px solid #e5e9f2. The 'Save' and 'Upload' buttons are created as primary type buttons.
Source: https://www.bootdey.com/snippets/view/bs4-Profile-Settings-page#html
This is an example of a stylish user profile timeline layout, designed using HTML, CSS, and Bootstrap framework 4. The font style and images are imported to the code with their URLs. The body of the form is given a background color as #dcdcdc. The concept of Lists has been used with UL and LI components to display the projects, followers, following navbar, in an orderly manner. The cover background is imported to the code as an image. The user image is given a border-radius value of 50% to get the circle shape whereas the user name is displayed with the styles of font color as #393939, font-size as 20px, and line-height as 30px. The navbar items are displayed with a style set of font color as #999, font-size as 16px, and text-transform style as uppercase to automatically convert the text to uppercase. The timeline consists of an input text field to add posts, and the activity feed to display others' posts. Media quarries have also been used to increase the responsiveness of the form.
Source: https://www.bootdey.com/snippets/view/profile-timeline#html