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 card layout that displays the team profile, designed using HTML, CSS, and Bootstrap framework 4. The fonts, CSS and Bootstrap styles, images, and icons are imported to the code with their URLs. The form is given the styles of background-color as #ffffff, text-align as center, box-shadow as 5.5px 9.526px 43px 0px rgba( 98, 143, 144, .15 ), border-radius as 10px, padding as 40px 0 35px 0, and margin-bottom as 30px. The team member image is given a border-radius as 100% and a width as 100% to get the circle shape. The profile name is given a font-size of 22px, whereas the designation is given the styles of font-size as 14px, color as #fb5c71, text-transform as uppercase to automatically convert all the letters to uppercase. The Facebook, Instagram, and Twitter icons are givene different background colors such as #3973e8, #f74d91, and #29bfe8. Source: https://www.tolmatol.com/our-team-3/
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/