"Get in Touch"
Bootstrap 3.0.0 Snippet by BhaumikPatel

<link href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script> <script src="//code.jquery.com/jquery-1.11.1.min.js"></script> <!------ Include the above in your HEAD tag ----------> <div class="container"> <div class="row"> <div class="col-mid-4"> <form action="#" method="post" class="form"> <div class="get-in-touch"> <h3 class="text-center"> Get in Touch</h3> <div class="form-group"> <input type="text" class="form-control" id="name" placeholder="Name" required/> </div> <div class="form-group"> <input type="email" class="form-control" id="Email" placeholder="Email" required/> </div> <div class="form-group"> <textarea class="form-control" rows="3" placeholder="Message" required></textarea> </div> <a href="http://www.jquery2dotnet.com" class="btn btn-danger btn-sm btn-block" role="button">Send it!</a> </div> </form> </div> </div> </div>
body{margin-top:50px;background: rgb(36, 39, 41);} .get-in-touch { position: relative; margin: 0 auto; padding: 30px; max-width: 370px; border-radius: 2px; background: rgb(255, 255, 255) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAGCAYAAACFIR03AAAAV0lEQVR42tXOMRWAQAwE0RWFDRTg5d47Jeg4Q9gI06RbqlwKil/P6LpXbDCf85AxEBtMGjKG/jyPUHUerfP4nEeoOo/Wedj5pOo8Wudh55Oq82idh51PLxpvled7kLAXAAAAAElFTkSuQmCC) repeat-x; box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); } .get-in-touch input[type=text],.get-in-touch input[type=email], .get-in-touch textarea { background: rgb(235, 241, 245); color: rgb(36, 39, 41); } .get-in-touch input:focus, .get-in-touch textarea:focus { outline: 0; background: #FFF; }

Related: See More


Questions / Comments:

Sweet. Looks great on my website! www.lubify.net

Alanox () - 10 years ago - Reply 0


sabarasa

asdf () - 10 years ago - Reply 0


It would be better, if the background color be other.

Michael () - 10 years ago - Reply 0


This is supposed to be a model, I guess

AndreD () - 10 years ago - Reply 0


I mean, a MODAL

AndreD () - 10 years ago - Reply 0


oh ok.

Michael () - 10 years ago - Reply 0