This is an example of another login and signup page, designed using CSS, HTML, JavaScript, and Bootstrap framework 4. The background image, Bootstrap, and JavaScript packages have been imported to the code with their URLs. The users are given the option to switch between login and signup forms by clicking on the 'Login' and 'Signup' buttons. The form with the input text fields changes from one form to another, upon clicking on the buttons. This functionality has been implemented with JavaScript methods. The body of the form is given a linear gradient background of linear-gradient(135deg, #cfd8dc 0%,#607d8b 100%,#b0bec5 100%). Both the Login and Signup forms are given a box-shadow style of 1px 10px 30px -10px rgba(0,0,0,0.5). The background images of the forms are given a grayscale filter. The titles of the two forms are displayed with the styles of font-weight as 400, and font color as #757575. Source: https://bootsnipp.com/snippets/3M90n
This is an example of an animated login page, designed using CSS, HTML, JavaScript, and Bootstrap framework 4. The font style, CSS, and Bootstrap packages have been imported with their URLs. The form is set to switch between the login page and the register page. JavaScript methods have been used to implement the switching animation of the login and register forms. The body of the form is given a font family style as 'Mukta', sans-serif. The white panel is given the styles of background-color as rgba(255,255, 255, 1), height as 500px, transition as .3s ease-in-out, and box-shadow as 0 0 15px 9px #00000096. The registration and login panels are given a height as 400px, and background-color as rgba(236, 48, 20, 0.9). The 'Register' and 'Login' buttons in the white panel are displayed with the styles of background color as #444444, font color as #f9f9f9, text-transform as uppercase to automatically convert the text to uppercase, and cursor style as pointer to get the hand cursor effect on hover. Source: https://bootsnipp.com/snippets/92gmX
This is an example of a simple email inbox layout, designed using CSS, HTML, and Bootstrap framework 4. The font style has been imported to the code with its URL. 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 sidebar items and the dropdown list items in an orderly manner. The form consists of a list of email messages, sidebar, compose email section, button, and a search bar. The body of the form is given a background color of #eee. The 'New Message' button is created as a primary type button and given the option to redirect to a new form to compose a new message, upon clicking on the button. The information grid is displayed with a style set of width as 100%, background color as #fff, font color as #666666, border-radius as 2px, margin-bottom as 25px, and box-shadow as 0px 1px 4px rgba(0, 0, 0, 0.1). Source: https://www.bootdey.com/snippets/view/Simple-email-inbox-page#css
This is an example of an email list page, designed using CSS, HTML, and Bootstrap framework 4. The font style has been imported to the code with its URL. The form consists of buttons, dropdown lists, email list, inbox list, and a labels list. 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 dropdown items of the tabs in an orderly manner. The buttons are created as success type buttons. The individual rows in the email list take the styles of background-color as #ddd, border-color as #ddd, and font color as #444, in a hover event. The panel title is displayed with the styles of font-size as 18px, and font-weight as 600. The panel heading is given the styles of border-color as #eff2f7, and font-size as 16px. Source: https://www.bootdey.com/snippets/view/Email-list-page#css
This is an example of a detailed page layout, designed using HTML, CSS, and Bootstrap framework 4. The body of the form is given a background color as #F0F8FF. The images are imported to the code with their URLs. This form provides a stylish profile layout for a user timeline. The information card is given the styles of background-color as #fff, border style as 1px solid #e5e9f2, border-radius as .2rem, and word-wrap as break-word to allow long words to be able to break and wrap onto the next line. The user image is given height and width as 128. The 'Like' button is created as a danger type button and the other buttons are created as primary buttons. The card header is given a background-color as #fff, and border-bottom as 1px solid #e5e9f2. Source: https://www.bootdey.com/snippets/view/bs4-profile-detail-page#css
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