"Comments list"
Bootstrap 3.2.0 Snippet by sparkidea

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<link href="//netdna.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//netdna.bootstrapcdn.com/bootstrap/3.2.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="container">
<div class="row">
<div class="col-md-8">
<div class="page-header">
<h1><small class="pull-right">45 comments</small> Comments </h1>
</div>
<div class="comments-list">
<div class="media">
<p class="pull-right"><small>5 days ago</small></p>
<a class="media-left" href="#">
<img src="http://lorempixel.com/40/40/people/1/">
</a>
<div class="media-body">
<h4 class="media-heading user_name">Baltej Singh</h4>
Wow! this is really great.
<p><small><a href="">Like</a> - <a href="">Share</a></small></p>
</div>
</div>
<div class="media">
<p class="pull-right"><small>5 days ago</small></p>
<a class="media-left" href="#">
<img src="http://lorempixel.com/40/40/people/2/">
</a>
<div class="media-body">
<h4 class="media-heading user_name">Baltej Singh</h4>
Wow! this is really great.
<p><small><a href="">Like</a> - <a href="">Share</a></small></p>
</div>
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
2
3
4
5
6
7
.user_name{
font-size:14px;
font-weight: bold;
}
.comments-list .media{
border-bottom: 1px dotted #ccc;
}
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments:

RaselEmran () - 4 years ago - Reply 0