"Well-alt for any use"
Bootstrap 3.1.0 Snippet by benjaminb10

<link href="//netdna.bootstrapcdn.com/bootstrap/3.1.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//netdna.bootstrapcdn.com/bootstrap/3.1.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-md-3 col-md-offset-4"> <div class="well-alt"> <h4>Some title</h4> <p> Country : US <br>City : NY <br>Email : test@mail.com <br>Age : 25 </p> </div> </div> </div> </div>
.well-alt{ border:1px solid #999; background-color:#ebebeb; color:#606060; padding:0 10px; border-radius:0; }

Related: See More


Questions / Comments: