Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" />
<div class="container-section getintouch">
  <h1 class="text-center">Say hello?</h1>
  <div class="container">
    <div class="row">
      <div class="col-xs-6">
        <form>
          <div class="form-group">
            <input type="text" class="form-control no-border" id=formGroupExampleInput" placeholder="Name"">
          </div>
          <div class="form-group">
            <input type="text" class="form-control no-border" id=formGroupExampleInput2" placeholder="Email"">
          </div>
          <textarea class="form-control no-border" rows="5" id="comment"></textarea>
          </div>
        </form>
      <div class="col-xs-6">
        <h3>Want to say hello? It's always nice meeting new people. Fill out this form to the left and I'll reply to you as soon as I can :)</h3>
      </div>
    </div>
  </div>
</div>
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
anonymouspro
0viewers