This is an example of a login web page, designed using HTML, CSS, and Bootstrap framework 4. The font, background image, CSS, and Bootstrap styles are imported to the form with their URLs. Media quarries are used to increase the responsiveness of the form. The body of the form is given the styles of font-family as 'Poppins', sans-serif, font-weight as 400, background as the URL of the image, background-size as cover, height as 100vh, width as 100%, and background-position as center. The content section on the left pane is given a font-size of 14px. The Facebook, Google, and Twitter buttons are given three different background colors as #4c699e, #da573b, #1daee3, with a border value as solid 1px, and change their background colors and border values to #47618d, and solid 1px #3c5173, #be5238, and 1px #9b4631, #3997ba, and 1px #347b95, respectively in a hover event.
Source: https://www.tolmatol.com/bootstrap-snippets-login-form/
This is an example of a submission form with validation, designed using HTML, CSS, and Bootstrap framework 4. The fonts, CSS styles, and Bootstrap styles are imported to the code with their URLs. The body of the form is given the styles of font-size as 18px, and font-family as 'Poppins', sans-serif. The input fields are given the styles of position as relative, display as block, width as 100%, font-size as 14px, color as #bbbbbb, line-height as 20px, padding as 15px 28px, border as 1px solid #bbbbbb, background-color as #ffffff, font-weight as 400, border-radius as 25px, and transition as all 300ms ease. The input fields take a border-color of #ff7e00, in a focus event. The text area for the message field has the styles of height as 200px and padding-top as 25px. The Submit button is given the styles of text-transform as capitalize to make the first letter of each word uppercase, font-size as 14px, padding as 15px 50px, and line-height as 20px.
Source: https://www.tolmatol.com/request-a-call-back/
This is an example of a subscription form with validation, designed using HTML, CSS, JavaScript, and Bootstrap framework 4. The fonts, CSS, and Bootstrap 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 details in an orderly manner. JavaScript functions have been used to validate the name, email, and message details. The input fields of the form are given the styles of position as relative, display as block, width as 100%, font-size as 18px, color as #555555, line-height as 32px, padding as 15px 30px, border as 1px solid #f1f1f1, background-color as #f1f1f1, font-weight as 400, and height as 64px. The input fields take the border-color of #f20487, in a focus event. The text-area for the message section is given a height of 156px. The Submit button is given a text-transform style as capitalize to make the first letter of each word uppercase.
Source: https://www.tolmatol.com/form-validation/
This is an example of a price ticket form with hover effects, designed using HTML, CSS, and Bootstrap framework 4. The CSS and Bootstrap 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 ticket details in an orderly manner. The form is given a background color of #fafafa, whereas the price block is given the styles of position as relative, background-color as #ffffff, padding as 30px 30px 25px, max-width as 300px, border as 1px solid #dddddd, box-shadow as 0 20px 40px rgba(0,0,0,0.07), and transition as all 500ms ease. The price block takes a box-shadow effect of 0 0 0px rgba(0,0,0,0.07), in a hover event. The card title has the styles of font-size as 20px, line-height as 1.2em, font color as #212639, font-weight as 500, and text-transform as uppercase to convert each letter of the word to uppercase. The price label takes the effects of padding-right as 80px, whereas the But Ticket button takes the effect of transform as scale(1, 1), in a hover event.
Source: https://www.tolmatol.com/price-ticket/
This is an example of a newsletter subscription form designed using HTML, CSS, and Bootstrap framework 4. Bootstrap styles and fonts are imported to the code with their URLs. The form is given the styles of display as table, width as 100%, padding as 27px 40px, background-color as #1c0c2b, margin-top as 45px, border-radius as 3px, and position as relative. The newsletter section has the styles of max-width as 835px, text-align as center, and padding as 27px 0 10p. The font family or form is set as "FontAwesome". The email input field is given the styles of background-color as transparent, width as 74%, margin-right as 25px, height as 47px, font-size as 14px, border-bottom as 1px solid rgba(255,255,255,.06), font color as #fff, and box-shadow as 0 0 0 1000px transperent inset. The submit button has the styles of height as 47px, width as 170px, border-radius as 5px, font-weight as 600,font-size as 15px, background-color as #fd226a, and font color as #fff.
Source: https://www.tolmatol.com/newsletter-3/
This is another example of a simple login form, designed using HTML, CSS, and Bootstrap framework 4. Bootstrap and CSS styles are imported to the code with their URLs. The form is given a background color of #f1f7fc. The content card of is given the styles of max-width as 320px, width as 90%, background-color as #ffffff, padding as 40px,border-radius as 4px, font color as #505e6c, and box-shadow as 1px 1px 5px rgba(0,0,0,0.1). The input fields are given the styles of background as #f7f9fc, border-bottom as 1px solid #dfe7f1, color as inherit, text-indent as 8px, and height as 42px. The Log-in button has a background style of #f4476b, and a border-radius of 4px. The button takes the background color of #eb3b60, in a hover event. The Forgot Password link has the styles of font-size as 12px, font color as #6f7a85, opacity as 0.9. It changes its opacity value to 1 when it's active or in hover mode.
Source: https://epicbootstrap.com/snippets/login-form-clean