Bootstrap Blogs - Component Snippets
All essential components and elements you need for blog such as - blog grids, single blog, author profile and much more. All blog components coded on top of Bootstrap, you can copy-paste blog snippets you need and create your own.
Blog Style 1
<!--====== BLOG PART START ======-->
<section class="blog-area pb-5">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-4 col-md-8 col-sm-10">
<div class="single-blog blog-style-one">
<div class="blog-image">
<a href="javascript:void(0)"
><img src="https://cdn.ayroui.com/1.0/images/blog/1.jpg" alt="Blog"
/></a>
<a href="javascript:void(0)" class="category">Technology</a>
</div>
<div class="blog-content">
<h5 class="blog-title">
<a href="javascript:void(0)">
Budget-Friendly Design Ideas to Transform Your Office
</a>
</h5>
<span><i class="lni lni-calendar"></i> Mar 23, 2022</span>
<span><i class="lni lni-comments-alt"></i> 24 Comment</span>
<p class="text">
Create a workspace your team will love with these money-saving
interior Ui/Ux design tips Learn how People.
</p>
<a class="more" href="javascript:void(0)">READ MORE</a>
</div>
</div>
<!-- single blog -->
</div>
<div class="col-lg-4 col-md-8 col-sm-10">
<div class="single-blog blog-style-one">
<div class="blog-image">
<a href="javascript:void(0)"
><img src="https://cdn.ayroui.com/1.0/images/blog/2.jpg" alt="Blog"
/></a>
<a href="javascript:void(0)" class="category">Lifestyle</a>
</div>
<div class="blog-content">
<h5 class="blog-title">
<a href="javascript:void(0)">
Budget-Friendly Design Ideas to Transform Your Office
</a>
</h5>
<span><i class="lni lni-calendar"></i> Mar 23, 2022</span>
<span><i class="lni lni-comments-alt"></i> 24 Comment</span>
<p class="text">
Create a workspace your team will love with these money-saving
interior Ui/Ux design tips Learn how People.
</p>
<a class="more" href="javascript:void(0)">READ MORE</a>
</div>
</div>
<!-- single blog -->
</div>
<div class="col-lg-4 col-md-8 col-sm-10">
<div class="single-blog blog-style-one">
<div class="blog-image">
<a href="javascript:void(0)"
><img src="https://cdn.ayroui.com/1.0/images/blog/3.jpg" alt="Blog"
/></a>
<a href="javascript:void(0)" class="category">Science</a>
</div>
<div class="blog-content">
<h5 class="blog-title">
<a href="javascript:void(0)">
Budget-Friendly Design Ideas to Transform Your Office
</a>
</h5>
<span><i class="lni lni-calendar"></i> Mar 23, 2022</span>
<span><i class="lni lni-comments-alt"></i> 24 Comment</span>
<p class="text">
Create a workspace your team will love with these money-saving
interior Ui/Ux design tips Learn how People.
</p>
<a class="more" href="javascript:void(0)">READ MORE</a>
</div>
</div>
<!-- single blog -->
</div>
</div>
<!-- row -->
</div>
<!-- container -->
</section>
<!--====== BLOG PART ENDS ======-->
/*===== BLOG STYLE ONE =====*/
.blog-style-one {
margin-top: 50px;
}
.blog-style-one .blog-image {
overflow: hidden;
border-radius: 8px 8px 0 0;
position: relative;
}
.blog-style-one .blog-image .category {
background-color: var(--primary);
color: var(--white);
font-size: 13px;
padding: 7px 20px;
position: absolute;
right: 20px;
top: 20px;
border-radius: 30px;
}
.blog-style-one .blog-image img {
width: 100%;
-webkit-transition: all 0.2s ease-out 0s;
-moz-transition: all 0.2s ease-out 0s;
-ms-transition: all 0.2s ease-out 0s;
-o-transition: all 0.2s ease-out 0s;
transition: all 0.2s ease-out 0s;
}
.blog-style-one .blog-image:hover img {
-webkit-transform: rotate(1deg) scale(1.1);
-moz-transform: rotate(1deg) scale(1.1);
-ms-transform: rotate(1deg) scale(1.1);
-o-transform: rotate(1deg) scale(1.1);
transform: rotate(1deg) scale(1.1);
}
.blog-style-one .blog-content {
padding: 30px;
border: 1px solid var(--light-1);
border-radius: 0 0 8px 8px;
border-top: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.blog-style-one .blog-content {
padding: 25px;
}
}
@media (max-width: 767px) {
.blog-style-one .blog-content {
padding: 20px;
}
}
.blog-style-one .blog-content .blog-title {
display: block;
margin-bottom: 10px;
}
.blog-style-one .blog-content .blog-title a {
font-weight: 600;
color: var(--black);
-webkit-transition: all 0.3s ease-out 0s;
-moz-transition: all 0.3s ease-out 0s;
-ms-transition: all 0.3s ease-out 0s;
-o-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s;
line-height: 30px;
}
@media (max-width: 767px) {
.blog-style-one .blog-content .blog-title a {
line-height: 24px;
}
}
.blog-style-one .blog-content .blog-title a:hover {
color: var(--primary);
}
.blog-style-one .blog-content span {
font-size: 14px;
line-height: 20px;
color: var(--dark-3);
margin-top: 8px;
margin-right: 12px;
display: inline-block;
}
.blog-style-one .blog-content .text {
color: var(--dark-3);
margin-top: 16px;
}
.blog-style-one .blog-content .more {
text-transform: uppercase;
font-weight: 600;
color: var(--primary);
margin-top: 30px;
display: inline-block;
}
.blog-style-one .blog-content .more:hover {
color: var(--primary-dark);
}
/*# sourceMappingURL=blog-01.css.map */
Blog Style 2
Blog Style 3
Blog Style 4
Blog Style 5
Blog Style 6
Blog Style 7
Blog Style 8
Blog Style 9
Blog Style 10
Blog Style 11
Blog Style 12
Blog Style 13
Blog Style 14