"Body_Page"
Bootstrap 4.1.1 Snippet by brentxphillips

<link href="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js"></script> <script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script> <!------ Include the above in your HEAD tag ----------> <div class="container"> <br> <div class="card" style="border:none;"> <div class="card-body"> <h1 class="card-title">Card title</h1> <hr> <p>This is some text in the ard body</p> <p>More text</p> <br> <a href="#" class="btn btn-outline-dark">Go somewhere</a> <a href="#" class="btn btn-outline-dark">Go somewhere</a> </div> </div> </div>

Related: See More


Questions / Comments: