Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<script src="//code.jquery.com/jquery.min.js"></script>
<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap.min.css" rel="stylesheet" type="text/css" />
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.2/js/bootstrap.min.js"></script>
  <meta charset="utf-8">
  <title>JS Bin</title>
</head>
<body>
    <div class="col-sm-4 col-xs-4 section1a sectionstyle">
      <small>first</small>
        <div class="progress">
          <div class="progress-bar" role="progressbar" aria-valuenow="40" aria-valuemin="0" aria-valuemax="100" style="width: 40%">
          </div>
        </div>
      <a class="btn btn-success btn-primary btn-block buttoncenter" href="#" role="button">Submit!</a>
    </div>
    <div class="col-sm-4 col-xs-4 section1a sectionstyle">
      <small>first</small>
        <div class="progress">
          <div class="progress-bar" role="progressbar" aria-valuenow="40" aria-valuemin="0" aria-valuemax="100" style="width: 40%">
          </div>
        </div>
      <a class="btn btn-success btn-primary btn-block buttoncenter" href="#" role="button">Submit!</a>
    </div>
      <div class="col-sm-4 col-xs-4 section1a sectionstyle">
      <small>first</small>
        <div class="progress">
          <div class="progress-bar" role="progressbar" aria-valuenow="40" aria-valuemin="0" aria-valuemax="100" style="width: 40%">
          </div>
        </div>
      <a class="btn btn-success btn-primary btn-block buttoncenter" href="#" role="button">Submit!</a>
    </div>
  
 
.sectionstyle {
    position : relative;
    border: 1px solid #fff;
    border-radius: 1%;
    padding-bottom: 2%;
    background-color: tan;
   box-shadow: inset 1px 1px 1px grey;
    box-sizing: border-box;
    //margin:1px;
}
.sectionstyle:after {
  margin:5px;
}
Output

This bin was created anonymously and its free preview time has expired (learn why). — Get a free unrestricted account

Dismiss x
public
Bin info
anonymouspro
0viewers