Contact us form responsive page Designs, we provide a responsive contact us form for your website.contact us file download and paste header or footer your website.below is the HTML, CSS code required to add this form to your website.
head section (index.html)
<title>contact us from responsive</title> <!-- bootstrap cdn --> <meta name=viewport content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css"> <link rel="stylesheet" href="style.css">//include css file <!--google font--> <link href="//fonts.googleapis.com/css?family=Fira+Sans&display=swap" rel="stylesheet">
Style Section (.style.css)
body{
font-family: 'Fira Sans', sans-serif;
background:lightgrey;
}
h2{
color: #000;
background-image: linear-gradient(to right,lightgrey,lightgrey);
text-align: center;
padding: 15px;
text-transform: uppercase;
font-weight: 700;
line-height:2;
}