This is an example of a contact us form with a gradient background, designed using CSS, HTML, and Bootstrap framework 4. The font and Bootstrap style is imported to the code with its URL. The body of the form is given the styles of font-family style as "Varela Round", sans-serif, and background color as linear-gradient(#ff9968, #ff5e63). The form consists of the input text fields, and the 'Send Message' button. The contact form is given a background color of #fff and a width of 500px. Input text fields are validated by making them required in HTML. In a focus event, the fields take the styles of border-color as #a177ff, and box-shadow as 0 0 8px #c2a8ff. The title of the form is displayed with a font-size of 50px. The 'Send Message' button is created as a primary type button and given the styles of background as #a177ff, and font-size as 16px. The button changes its background color to #8048ff, on hover. Source: https://www.tutorialrepublic.com/snippets/preview.php?topic=bootstrap&file=beautiful-contact-form-with-gradient-background
This is an example of a stylish contact us form, designed using CSS, HTML, and Bootstrap framework 4. The font and Bootstrap styles are imported to the code with their URLs. The form consists of input text fields and the 'Send' button. The body of the form is given the styles of font color as #333, background color as #fafafa, and font-family as "Patua One", sans-serif. The title of the form is displayed using a font color of #19bc9d, and the font-weight as bold. The text fields are given a border color of #19bc9d, which gets changed to #19bc9d, in a focus event. The 'Send' button is created as a primary type button and displayed with a style set of font color as #fff, min-width as 150px, font-size as 16px, and background color as #19bc9d. The buttons turn its background color to #15a487, on hover. The subtitle of the form is displayed with a font size of 15px. The input text fields have been validated by making them required. Source: https://www.tutorialrepublic.com/snippets/preview.php?topic=bootstrap&file=elegant-contact-form
This is an example of a contact us form section, designed using CSS, HTML, and Bootstrap framework 4. The background image is imported to the code with its URL. The form is given the styles of background as rgba(132, 155, 219, 0.5), and font-family as Arial, Helvetica, sans-serif. The form details are displayed using the styles of font-size as 11px, font-weight as bold, padding-left as 5px, and color as #828282. The 'Send' button is created as a primary type button and given the styles of width as 100%, font-size as 12px, margin-top as 10px, background-color as rgba(56, 147, 243, 0.67), text-align as center, and border-radius as 5px. The input text fields are given a background color of rgba(165, 147, 69, 0.075), and a box shadow of 0px 1px 1px 1px rgba(0, 0, 0, 0.2), which gets changed to background color of #495057, and a box shadow of 0 1px 1px 1px rgba(0, 123, 255, .25), in a focus event. Source: https://bbbootstrap.com/snippets/bootstrap-contact-us-form-section-47965943
This is an example of a Contact US form with a date picker, designed using CSS, HTML, JavaScript, and Bootstrap framework 4. The functionality of the date picker is implemented using JavaScript. The font style is imported to the code using its URL. The body is given a style set of display as grid, place-items as center, font-family as 'Manrope', sans-serif, and animation style of colorchange as 50, which changes the background color of the form, from time to time. The given background colors as red, yellow, blue, and green. The information card is given the styles of width as 500px, word-wrap style as break-word to allow long words to be able to break and wrap onto the next line, background-color as #fff, border-radius as 6px, and a box-shadow style for Mozilla browsers as 0px 0px 5px 0px rgba(212, 182, 212, 1). The 'Send Message' is created as a success type button and given the styles of font color as #fff, background-color as #ff5300, and border-color as #ff5300, which changes to font color as #fff, background-color as #ff0000, and border-color as #ff0000, in a hover event. The input text fields take a border style of 0 0 0 1px RGB(255, 255, 255), in a focus event. Source:https://webdesignerwall.com/page/3?s=contact&post_type=wdw_snippet#038;post_type=wdw_snippet
This is an example of a contact us form with an overlay background, designed using HTML, CSS, and Bootstrap framework 4. The background image is imported to the code using its URL. The descriptions are displayed using the font color of #fff. The overlay filter is created with the styles of width as 100%, height as 100vh, and background as rgba(0, 0, 0, 0.8). The address and phone number are displayed using a font color of #7B1FA2. The icons are given height and width as 50px, background color as #fff, font-size as 20px, and a border-radius of 50% to get the circle shape. The input text fields are given a margin-bottom of 13px, border-bottom style of 2px solid #eee, which changes to 2px solid #7B1FA2, in a focus event. The 'Send' button is created as a Dark-type button in HTML. Source:https://bbbootstrap.com/snippets/bootstrap-contact-us-form-overlay-background-18825276
This is an example of a contact us form, designed using HTML, CSS, and Bootstrap framework 4. The body of the form is given a background color of #ffffff, whereas the information card is given a style set of padding as 8%, padding-top as 35px, margin-top as 60px, and margin-bottom as 80px. The input text fields are given the styles of background-color as #616161, border-color as #616161, and font color as #BDBDBD. In a focus event, the input fields take the color of background-color as #000000, and font color as #BDBDBD. The border color of the fields also takes the background color as it inherits the color from the background. The email text field is given a height of 45px, whereas the message text field is given the height of 120px. The 'Submit' button is created as a Submit type button and given a background color of #5C6BC0, and font color of #ffffff. Source: https://bbbootstrap.com/snippets/contact-us-form-74769228