<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 my-5">
<div class="col-lg-6">
<div class="card shadow">
<div class="card-body">
<div class="rightbox">
<div class="tml-container">
<ul class="tml">
<li class="tml-item" ng-repeat="itembx">
<div class="timestamp">
3rd May 2020<br> 7:00 PM
</div>
<div class="item-title">It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. </div>
</li>
<li class="tml-item" ng-repeat="itembx">
<div class="timestamp">
19th May 2020<br> 3:00 PM
</div>
<div class="item-title">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's </div>
</li>
<li class="tml-item" ng-repeat="itembx">
<div class="timestamp">
17st June 2020<br> 7:00 PM
</div>
<div class="item-title">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.</div>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</div>