<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">
<div class="row">
<div class="col-md-6">
<div class="card">
<!--header of card-->
<div class="card-header">
<h4 class="card-title">Card Title</h4>
</div>
<!--header of card-->
<!--body of card-->
<div class="card-body">
<p class="card-text">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.</p>
</div>
<!--body of card-->
<!--footer of card-->
<div class="card-footer">
<a href="" class="card-link">Card Link</a>
</div>
<!--footer of card-->
</div>
</div>
</div>
</div>