This is an example of another simple Contact Us form, designed using HTML, CSS, and Bootstrap framework 4. The body of the form is given the styles of display as grid to display the content in a grid layout, place-items as center to centralize the content and background color as #00d2ff. The form card is given a background color as #fff, and a word-wrap style as break-word to allow long words to be able to break and wrap onto the next line. The input text fields are given a border-color as transparent transparent #00d2ff transparent. In a focus event, the border-color of the text fields turns to transparent transparent blue transparent with a box-shadow value of 0 0 0 0rem rgba(0, 123, 255, .25). The fields are also given an underline color of #64e4fe. The cursor style for the 'Send' button is set as pointer to get the hand cursor effect. It is also given the styles of background-color as #00d2ff, font color as white, and text-transform as uppercase to automatically convert the text to uppercase. In a hover event, it takes a box-shadow effect of 0 10px 15px rgba(0, 0, 0, .1). Source: https://bbbootstrap.com/snippets/bootstrap-simple-contact-us-form-60067759
This is an example of a simple contact us form, designed using CSS, HTML, and Bootstrap framework 4. The background of the form is given a color of #f7f7f7. The input text fields are given the styles of font-size as 13px, border-bottom as 1px solid #d3d3d3, background as transparent and font-family as 'Roboto. The text fields are given a clip style as rect(0, 0, 0, 0) to create a rectangular window that shows a part of the content within. The 'Send Message' button is created as a primary type button. The button is given a style set of margin as 30px auto, display as block, padding as 11px 32px, background color as #4285f4, and border color as 1px solid #4285f4. It is also given a transition style of all 0.3s ease 0s. In focus and hover events, the button changes its font color to #4285f4 and takes a border value of 1px solid #4285f4. Source: https://bbbootstrap.com/snippets/contact-us-form-42085788
This is an example of a contact us form with a date picker and text area, designed using HTML, CSS, JavaScript, and Bootstrap framework 4. The font style is imported to the form using its URL. The background of the form is set to red, with the display style given as grid to display the information in a grid layout and the font style is set as Manrope', sans-serif. The form card has the styles of word-wrap as break-word to allow breaking and wrapping long words onto the next line, and the background-color as #fff. The 'Send Message' button as a success type button and given a background color of #ff5300, and a font color of #fff, which turns into the background color of #ff0000, in a hover event. The JavaScript methods have been used to develop the functionality of the date picker. The input text fields take a border color of #ff5300, and a box shadow of 0 0 0 1px RGB(255, 255, 255), in a focus event. Source:https://bbbootstrap.com/snippets/bootstrap-contact-us-form-datepicker-and-text-area-87033260
This is another example of a simple Contact Us form, designed using HTML, CSS, and Bootstrap framework 4. 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 news items in an orderly manner. The news panel is given a background color of #f9f3e1, and a padding-bottom of 50px. The news sections are given the styles of border-bottom as solid 1px #8b61e0, and padding-bottom as 20px. The title of the news cards is given the styles of margin as 10px 0px 10px 0px, whereas the author's name is given a font-weight of 400. The right panel header is given the styles of margin as 50px 0px, and color and #eee. The input fields of the right-side panel has the styles of margin as 8px 0px, padding as 20px, line-height as 30px, and border as solid 2px #ffffff5c. Source: https://www.tolmatol.com/contact-form-with-news/
This is an example of another Contact Us form, designed using HTML, CSS, and Bootstrap framework 4. The image, font, Bootstrap and CSS styles are imported to the code with their URLs. The body of the form is given the styles of font-family as 'Poppins', sans-serif, and font color as #fff. The form is given the styles of background-color as #484848!important, padding as 20px, and font color as #ddd. The input text fields are given the styles of background as #4b5054, color as #fff, and min-height as 45px. In a focus event, the text fields take the styles of border-color as #673ab7, background as #2e3133, and font color as #fff. The text field label is given a font color of #ddd. The submit button is given a font-size of 16px, and a padding value of 10px 20px. The text rows have the styles of margin as 12px 0px, and line-height as 1.6. Source: https://www.tolmatol.com/contact-us-using-html-css/
This is an example of a simple animated Contact Us form, designed using HTML, CSS, JavaScript, and Bootstrap framework 4. The font, Google map, and Bootstrap styles are imported to the code with the URLs and the media quarries have been used to increase the responsiveness of the form. The font style of the form is given as 'Poppins', sans-serif. The JavaScript functions have been used to implement the blur and focus functions of the map. The form group is given the styles of border-bottom as solid 2px #ccc, position as relative, and margin-top as 30px. The data input field title is given the styles of font color as #333 and transform as translateY(-50%), which takes the background color of #00BCD4, in a hover event. The input placeholder line also takes a background color of linear-gradient(120deg, #2196F3, #3F51B5), and a transition value .5s, in a hover event. The Submit button is given a font-size of 21px, and a padding of 8px 20px. Source: https://www.tolmatol.com/animated-flat-contact-us-form/