This is another example of a chat room layout, designed using HTML, CSS, JavaScript, and Bootstrap framework 4. The font style and user avatar images have been 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. JavaScript methods have been used to implement the scrolling feature in the chat list. The chat list section is given a border style as 1px solid #ddd, and height as 510px. The cursor style for the chat list rows is set as pointer to get the hand cursor effect on hover, and a border-bottom style is given as 1px solid #ddd. The rows change their background color to #f4f4f4 on hover mode and #eee on the active mode. The buttons are given a background color of #2ecc71, and a border color of #27ae60. Source: https://www.bootdey.com/snippets/view/Green-chat-room#js
This is an example of a chat room layout with a chat list and messages, designed using CSS, HTML, and Bootstrap framework 4. The font style and user avatar images are imported to the code with their URLs. The form consists of a chat room panel, an input text field to type a new message, and a list of users available for chat. Media quarries have been used to increase the responsiveness of the form. The message avatar is given height and width of 48px, and a border of 1px solid #e7eaec. The message panel is given a background-color of #fff, border style of 1px solid #e7eaec, and text-align style as left. The message date is displayed with the styles of font-size as 10px, and font color as #888888. The input text field is given the styles of background-color as #FFFFFF, border style as 1px solid #e5e6e7, and transition as border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s, and font size as 14px. Source: https://www.bootdey.com/snippets/view/Chat-room-with-right-list#css
This is another example of a message inbox and chat layout, designed using CSS, HTML, and Bootstrap framework 4. The font style is 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 tab list in the lobby section, in an orderly manner. The tabs take the font color of #00a9b4, and background color as #f2f4f7. The form is given a background color of #f5f5f5. The chat room is divided into three sections and given different styles. The table head of the left and right sections is given the styles of background color as #2980b9, font color as #FFFFFF, and min-height as 70px. The table head of the middle section is displayed with the styles of background color as #3498db, font color as #FFFFFF, and min-height as 70px. The buttons have been created as danger, warning, and success button types. Source: https://www.bootdey.com/snippets/view/Color-chat#css
This is an example of a simple registration form with focus effects, designed using CSS, HTML, JavaScript, and Bootstrap framework 4. The JavaScript methods have been used to implement the focus effects. The body of the form is given a background color as #C5E1A5. The form is given the styles of width as 60%, background as #efefef, text-align as center, and box-shadow as 2px 2px 3px rgba(0,0,0,0.1). The input text field labels are given the styles of font-family as sans-serif, font-size as .8em, letter-spacing as 1px, font color as RGB(120,120,120), transition as ease .3s. The text field line has the styles of width as 100%, height as 2px, and background color as #BCBCBC. In a focus event, the line takes the background color of #8BC34A, with a transform effect of translateX(-50%), whereas the label changes its top value to -3em, to move upwards. The 'Submit' button is given a background color as RGB(120,120,120), which gets changed to #8BC34A, in a hover event. Source: https://bootsnipp.com/snippets/or3WG
This is an example of a registration form with a navbar, 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, whereas the UL element has been used with the child elements of LI to display the navbar items and the child elements of the dropdown lists, in an orderly manner. The body of the form is given a font-family style of 'Roboto', sans-serif, and background color of #900c3f. The title of the form is displayed with a font color of #ac1f32, which gets changed to #444, on hover. The input text fields are given a border-bottom style of 2px solid #ddd. The cursor style for the text fields is set as pointer to get the hand cursor on hover. In hover or focus events, the border color of the fields gets changed to #ac1f32. The 'Request a Demo' button is given a background color of #ac1f32, which changes to #ac1f32d7 in a hover event. Source:https://bbbootstrap.com/snippets/bootstrap-registration-form-for-company-s-demo-navbar-70202107
This is another example of a login and registration form, designed using CSS, HTML, and Bootstrap framework 4. The CSS and Bootstrap styles have been imported to the code with their URLs. The form title is displayed with the styles of font color as #88c724, display as block, font-size as 48px, font-weight as 600, line-height as 50px, and text-transform as uppercase to automatically convert the text to uppercase. The subtitle is displayed with the styles of font color as #88c724, font-size as 18px, font-weight as 400, and line-height as 22px. The Login and Registration cards are given a background color of #f9f9f9, and a box-shadow style of 2px 3px 8px #a7a7a7. The title of the cards are displayed using a border-bottom style of 1px solid #88c724, font color of #88c724, font-size of 24px, font-weight of 300, and line-height of 28px. The input text fields take the border-color of #88c724, in a hover event. https://bootsnipp.com/snippets/m1eGM