HTML code
Clean, semantic HTML that powers this Bootstrap 4.5.0 snippet. Copy and paste it into your page (with Bootstrap loaded) to reproduce the exact layout shown in the preview.
Download<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.1/css/all.min.css" integrity="sha256-2XFplPlrFClt0bIdPgpz8H7ojnk10H69xRqd9+uTShA=" crossorigin="anonymous" />
<section>
<div class="container">
<div class="text-center mb-5">
<h5 class="text-primary h6">Our Blog</h5>
<h2 class="display-20 display-md-18 display-lg-16">Most recent our blog</h2>
</div>
<div class="row">
<div class="col-lg-4 col-md-6 mb-2-6">
<article class="card card-style2">
<div class="card-img">
<img class="rounded-top" src="https://www.bootdey.com/image/350x280/6A5ACD/000000" alt="...">
<div class="date"><span>15</span>Sep</div>
</div>
<div class="card-body">
<h3 class="h5"><a href="#!">Loft therapy taking care of your home</a></h3>
<p class="display-30">Loft therapy will be a thing of the past and here's why.</p>
<a href="#!" class="read-more">read more</a>
</div>
<div class="card-footer">
<ul>
<li><a href="#!"><i class="fas fa-user"></i>Brittany Hucks</a></li>
<li><a href="#!"><i class="far fa-comment-dots"></i><span>26</span></a></li>
</ul>
</div>
</article>
</div>
<div class="col-lg-4 col-md-6 mb-2-6">
<article class="card card-style2">
<div class="card-img">
<img class="rounded-top" src="https://www.bootdey.com/image/350x280/FFB6C1/000000" alt="...">
<div class="date"><span>18</span>Aug</div>
</div>
<div class="card-body">
<h3 class="h5"><a href="#!">All you need to know about cleaning</a></h3>
<p class="display-30">Five common mistakes everyone makes in about cleaning.</p>
<a href="#!" class="read-more">read more</a>
</div>
<div class="card-footer">
<ul>
<li><a href="#!"><i class="fas fa-user"></i>Mark Abell</a></li>
<li><a href="#!"><i class="far fa-comment-dots"></i><span>28</span></a></li>
</ul>
</div>
</article>
</div>
<div class="col-lg-4 col-md-6 mb-2-6">
<article class="card card-style2">
<div class="card-img">
<img class="rounded-top" src="https://www.bootdey.com/image/350x280/008080/000000" alt="...">
<div class="date"><span>24</span>May</div>
</div>
<div class="card-body">
<h3 class="h5"><a href="#!">This cleaning tips will haunt you forever</a></h3>
<p class="display-30">Seven difficult things you should know about haunt.</p>
<a href="#!" class="read-more">read more</a>
</div>
<div class="card-footer">
<ul>
<li><a href="#!"><i class="fas fa-user"></i>Curtis Chester</a></li>
<li><a href="#!"><i class="far fa-comment-dots"></i><span>18</span></a></li>
</ul>
</div>
</article>
</div>
<div class="col-lg-4 col-md-6 mb-2-6 mb-lg-0">
<article class="card card-style2">
<div class="card-img">
<img class="rounded-top" src="https://www.bootdey.com/image/350x280/EE82EE/000000" alt="...">
<div class="date"><span>09</span>May</div>
</div>
<div class="card-body">
<h3 class="h5"><a href="#!">Five things to know about cleaning service office</a></h3>
<p class="display-30">Seven difficult things you should know about haunt.</p>
<a href="#!" class="read-more">read more</a>
</div>
<div class="card-footer">
<ul>
<li><a href="#!"><i class="fas fa-user"></i>Kathleen</a></li>
<li><a href="#!"><i class="far fa-comment-dots"></i><span>24</span></a></li>
</ul>
</div>
</article>
</div>
<div class="col-lg-4 col-md-6 mb-2-6 mb-md-0">
<article class="card card-style2">
<div class="card-img">
<img class="rounded-top" src="https://www.bootdey.com/image/350x280/4682B4/000000" alt="...">
<div class="date"><span>14</span>Apr</div>
</div>
<div class="card-body">
<h3 class="h5"><a href="#!">Seven difficult things about cleaning service like</a></h3>
<p class="display-30">Seven difficult things you should know about haunt.</p>
<a href="#!" class="read-more">read more</a>
</div>
<div class="card-footer">
<ul>
<li><a href="#!"><i class="fas fa-user"></i>Admin</a></li>
<li><a href="#!"><i class="far fa-comment-dots"></i><span>09</span></a></li>
</ul>
</div>
</article>
</div>
<div class="col-lg-4 col-md-6">
<article class="card card-style2">
<div class="card-img">
<img class="rounded-top" src="https://www.bootdey.com/image/350x280/87CEEB/000000" alt="...">
<div class="date"><span>26</span>Mar</div>
</div>
<div class="card-body">
<h3 class="h5"><a href="#!">The hidden agenda of window cleaning concept</a></h3>
<p class="display-30">Seven difficult things you should know about haunt.</p>
<a href="#!" class="read-more">read more</a>
</div>
<div class="card-footer">
<ul>
<li><a href="#!"><i class="fas fa-user"></i>Vickie</a></li>
<li><a href="#!"><i class="far fa-comment-dots"></i><span>11</span></a></li>
</ul>
</div>
</article>
</div>
</div>
</div>
</section>CSS code
Scoped CSS that styles the component. Paste it after Bootstrap 4.5.0 to keep the design, spacing, and responsiveness consistent.
Downloadbody{margin-top:20px;}
.card-style2 {
position: relative;
display: flex;
transition: all 300ms ease;
border: 1px solid rgba(0, 0, 0, 0.09);
padding: 0;
height: 100%;
}
.card-style2 .card-img {
position: relative;
display: block;
background: #ffffff;
overflow: hidden;
border-radius: 0.25rem;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.card-style2 .card-img img {
transition: all 0.3s linear 0s;
}
.card-style2:hover .card-img img {
transform: scale(1.05);
}
.card-style2 .date {
position: absolute;
right: 30px;
top: 30px;
z-index: 1;
color: #16bae1;
overflow: hidden;
padding-bottom: 10px;
line-height: 24px;
text-align: center;
border: 2px solid #ededed;
display: inline-block;
background-color: #ffffff;
text-transform: uppercase;
border-radius: 0.25rem;
}
.card-style2 .date span {
position: relative;
color: #ffffff;
font-weight: 500;
font-size: 20px;
display: block;
text-align: center;
padding: 12px;
margin-bottom: 10px;
background-color: #00baee;
border-radius: 0.25rem;
}
.card-style2 .card-body {
position: relative;
display: block;
background: #ffffff;
padding: 2rem;
}
.card-style2 .card-body h3 {
margin-bottom: 0.8rem;
}
.card-style2 .card-body h3 a {
color: #004975;
}
.card-style2 .card-body h3 a:hover {
color: #00baee;
}
.card-style2 .card-footer {
border-top: 1px solid rgba(0, 0, 0, 0.09);
background: transparent;
padding-right: 2rem;
padding-left: 2rem;
-ms-flex-align: end;
align-items: flex-end;
}
.card-style2 .card-footer ul {
display: flex;
justify-content: space-between;
list-style: none;
margin-bottom: 0;
}
.card-style2 .card-footer ul li {
font-size: 15px;
}
.card-style2 .card-footer ul li a {
color: #394952;
}
.card-style2 .card-footer ul li a:hover {
color: #00baee;
}
.card-style2 .card-footer ul li i {
color: #00baee;
font-size: 14px;
margin-right: 8px;
}FAQ
How do I use this snippet?
Include Bootstrap 4.5.0, paste the HTML, add the CSS block, and include the JS (if any) to mirror the live preview.
Can I use it in commercial projects?
Yes. It’s free for personal and commercial work; check the snippets license for details.
Is it responsive?
Yes. It inherits the responsive grid and components from Bootstrap 4.5.0.
About this bootstrap example/template
This free Bootstrap 4.5.0 snippet, Blog 3 grid, was published on Sep 18th 2020, 16:48 by Bootdey Admin.
Optimized for copy‑paste: clean HTML, scoped CSS, and minimal JS so you can ship production‑ready UI faster and keep designs consistent.
Mobile‑first and responsive by default. Tested across modern browsers to reduce polish time on your project.
Already trusted in 11.7K+ views. Reuse this snippet to speed up landing pages, dashboards, or onboarding flows.
Bootstrap 4.5.0
<link rel='stylesheet' href='https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css'>
<script src='https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js'></script>
This code example is based on bootstrap 4.5.0 and the grid system of this framework
Responsive
Based on bootstrap framework makes all the layouts perfectly responsive for all devices
Crossbrowser compatibility
Tested on all major browsers, it works smoothly on all of them
semantic html 5
Built on html / css3 the code quality is really amazing
Simple Integration
This code example can be simply integrated on existing sites and new ones too, all you need to do is copy the code and start working