"How to Design Blog Cards"
Bootstrap 4.1.1 Snippet by nitesh575

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="//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 pb-5 mb-5 mt-4">
<div class="row">
<div class="col-lg-12">
<h2>The bachelorette contestants season 21</h2>
</div>
</div>
<div class="row mt-4">
<div class="col-lg-3 mb-3">
<div class="card">
<img alt="Devin Strader's Family" class="img-fluid" src="https://thethoughtoftheday.com/admin/uploads/articleimage/1724230878_Jenn-Tran-devin.jpg">
<div class="card-body px-1">
<h5>
<a href="https://thethoughtoftheday.com/trending/jenn-tran-final-four-hometowns-occupations-and-family-reactions" class="text-dark" title="Devin Strader's Family">
Devin Strader's Family
</a>
</h5>
</div>
</div>
</div>
<div class="col-lg-3 mb-3">
<div class="card">
<img alt="Jeremy Simon's Family" class="img-fluid" src="https://thethoughtoftheday.com/admin/uploads/articleimage/1724230916_Jenn-Tran-Jeremy.jpg">
<div class="card-body px-1">
<h5>
<a href="https://thethoughtoftheday.com/trending/jenn-tran-final-four-hometowns-occupations-and-family-reactions" class="text-dark" title="Jeremy Simon's Family">
Jeremy Simon's Family
</a>
</h5>
</div>
</div>
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
2
3
4
.bg-color {
background: #c6ffda;
padding: 1rem 0rem;
}
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: