Toggle navigation
Bootsnipp
Bootstrap
For
CSS Frameworks
Bootstrap
Foundation
Semantic UI
Materialize
Pure
Bulma
References
CSS Reference
Tools
Community
Page Builder
Form Builder
Button Builder
Icon Search
Dan's Tools
Diff / Merge
Color Picker
Keyword Tool
Web Fonts
.htaccess Generator
Favicon Generator
Site Speed Test
Snippets
Featured
Tags
By Bootstrap Version
4.1.1
4.0.0
3.3.0
3.2.0
3.1.0
3.0.3
3.0.1
3.0.0
2.3.2
Register
Login
"contact form contact-form map resposive conatct-form"
Bootstrap 4.1.1 Snippet by
ishu511
4.1.1
Preview
HTML
CSS
View Full Screen
Fork
Fork this
5.6K
 
3 Fav
Post to Facebook
Tweet this
<link href="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js"></script> <script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script> <!------ Include the above in your HEAD tag ----------> <section id="form"> <h1>AYUSH THAKUR</h1> <div class="container"> <div class="row"> <div class="col-md-12"> <div class="contact-text text-center"> <h6>Contact us through <span class="not_sure_span">thakurayush511@gmail.com</span><br/> reach out to us on phone 8219743301 </h6> </div> </div> </div> <div class="container form-box"> <div class="row"> <div class="col-lg-6"> <div class="form-ara"> <div class="row"> <div class="col-lg-6"> <div class="form-group name"> <input type="text " class="form-control name-text" id="usr" placeholder="First-name" name="username"> </div> </div> <div class="col-lg-6"> <div class="form-group name"> <input type="text" class="form-control" id="usr" placeholder="last-name" name="username"> </div> </div> </div> <div class="row"> <div class="form-group phone"> <input type="text" class="form-control" id="usr" placeholder="Mail"name="username"> </div> </div> <div class="row"> <div class="form-group phone"> <input type="text" class="form-control" id="usr" placeholder="Phone-Number"name="username"> </div> </div> <div class="row"> <div class="form-group massge"> <textarea class="form-control" rows="5"placeholder="Message" id="comment"></textarea> </div> </div> <div class="row buton-form"> <div class="form-check captha"> <label class="form-check-label"> <input type="checkbox" class="form-check-input" id="check" value=""> <span class="checkmark"></span> <p>I’m not a robot</p> <img class="capcta" src="https://pbs.twimg.com/profile_images/566388455265931264/dVHQiE0t.png"> </label> </div> <div class="buton-form"> <a href="#">Submit</a> </div></div> </div> </div> <div class="col-lg-1 empty-div-form"></div> <div class="col-lg-5"> <div class="map-area"> <iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d13578.350870882019!2d76.72664628403336!3d31.699836950967995!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3904df2b45c39f79%3A0x7c4cce8149cb5540!2sSarkaghat%2C+Himachal+Pradesh+175024!5e0!3m2!1sen!2sin!4v1551328657489" width="600" height="450" frameborder="0" style="border:0" allowfullscreen></iframe> </div> </div> </div> </div> </section>
#form { padding: 71px 0; } #form h1{text-align:center;color:red;} .contact-text h6 { color: #595959; line-height: 26px; font-size: 16px; } #usr, #comment { background: #f4f4f4; margin-top: 0; border: solid 1px #d5d5d5; } .form-group { width: 100%; } .form-ara .col-md-6 { padding: 0 0; } .name-text { margin-top: ; display: block; overflow: hidden; margin-top: 5px; width: 96%; } .form-ara .col-lg-6{padding: 0;} .form-ara input { padding: 10px 15px; font-size: 14px; min-height: 53px; } .map-area iframe { width: 100%; } .captha { width: 60%; background: #F4F4F4;border: solid 1px #d5d5d5;padding: 15px 22px; } .form-check .form-check-label { display: inline-flex; } .form-check p { margin-top: 11px; padding-right: 29px; } #captha-image { margin-left: 10px; } .buton-form a { background: #01478c; position: absolute; right: 0; padding: 14px 51px; bottom: 47px; font-size: 16px; color: white; font-weight: 600; border-radius: 5px; border: solid 1px transparent; transition: all ease-in 0.5s; } .buton-form a:hover { background: #F4F4F4; color: #01478c; border: solid 1px #01478c; transition: all ease-out 0.5s; } .form-check-label { display: block; position: relative; padding-left: 35px; margin-bottom: 12px; cursor: pointer; font-size: 22px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .form-check-label input { position: absolute; opacity: 0; cursor: pointer; height: 0; width: 0; } .checkmark { position: absolute; top: 18px; left: 0; height: 26px; width: 26px; background-color: white; border: solid 1px #d5a440; } .form-check-label:hover input ~ .checkmark { background-color: #01478C; } .checkmark:after { content: ""; position: absolute; display: none; } .form-check-label input:checked ~ .checkmark:after { display: block; } .form-check-label .checkmark:after { left: 9px; top: 5px; width: 5px; height: 10px; border: solid white; border-width: 0 3px 3px 0; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); } .contact-text.text-center h6 { margin-bottom: 60px; } .capcta { width: 25%; min-height: 63px; object-fit: cover; } .map-area iframe { border: solid 2px whitesmoke !important; padding: 4px; background: #fff; box-shadow: 1px 4px 2px 0px rgba(1,1,1,0.22); }
Related:
See More
Free Template
Datepicker
142.5K
51
Contact Form
204.9K
56
Bootstrap Contact Form
110.0K
48
Bootstrap Contact Form
Questions / Comments:
Post
Posting Guidelines
Formatting
- Now
×
Close
Donate
BTC: 12JxYMYi6Vt3mx3hcmP3B2oyFiCSF3FhYT
ETH: 0xCD715b2E3549c54A40e6ecAaFeB82138148a6c76