"Bootstrap 4 User Rating Form / Comment Form"
Bootstrap 4.0.0 Snippet by cassolmc

<link href="//maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//maxcdn.bootstrapcdn.com/bootstrap/4.0.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 ----------> <link href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous"> <div class="container"> <div class="card"> <div class="card-body"> <div class="row"> <div class="col-md-10"> <p> <a class="float-left" href="https://maniruzzaman-akash.blogspot.com/p/contact.html"><strong>Maniruzzaman Akash</strong></a> </p> <div class="clearfix"></div> <p>Lorem Ipsum is simply dummy text of the pr make but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p> <p> <a class="float-right btn btn-outline-primary ml-2"> <i class="fa fa-reply"></i> Reply</a> <a class="float-right btn text-white btn-danger"> <i class="fa fa-heart"></i> Like</a> </p> </div> </div> <div class="card card-inner"> <div class="card-body"> <div class="row"> <div class="col-md-10"> <p><a href="https://maniruzzaman-akash.blogspot.com/p/contact.html"><strong>Maniruzzaman Akash</strong></a></p> <p>Lorem Ipsum is simply dummy text of the pr make but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p> <p> <a class="float-right btn btn-outline-primary ml-2"> <i class="fa fa-reply"></i> Reply</a> <a class="float-right btn text-white btn-danger"> <i class="fa fa-heart"></i> Like</a> </p> </div> </div> </div> </div> </div> </div> </div>
.card-inner{ margin-top: 1rem; margin-left: 3rem; }

Related: See More


Questions / Comments: