"text"
Bootstrap 3.3.0 Snippet by jeevan123456

<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.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="section padding40 bgcolor1"> <div class="row"> <div class="col-md-6"> <h1>How to Use The HTML5 Elements</h1> <p> Curabitur quis justo iaculis, suscipit quam in, mollis mi. Vivamus vel nisl eu mi vivera convallis in a vel lectus. Suspendisse tellus. Maecenas faucibus mollis interdum. Sed posuere. Praesent magna.</p> <a href="#" class="btn btn-info" role="button">Link Button</a> </div> <div class="col-md-6"> <img src="https://iconverticons.com/img/logo.png" style="width:100% max-height:100px;"></div> </div> </div>
.padding40 { padding:80px; background:grey; } .bgcolor1 { background:#3ab3f4; } .padding10 { padding:10px; }

Related: See More


Questions / Comments: