Bootstrap Section Titles - Component Snippets
Section Title Styles help you create beautiful and professional headings and titles to make your website more unique and engaging, build better websites with Section Titles because the right choice of heading styles can be the difference between a site that's clear.
Section Title Style 1
<!--====== Start Section Title One ======-->
<div class="section-title-one">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="text-center">
<div class="content">
<h2 class="fw-bold">Our Key Features</h2>
<p>
Lorem ipsum dolor sit amet, consectetur adipisicing elit sed do
eiusmod tempor incididunt ut labore et dolore magna aliqua.
</p>
</div>
</div>
</div>
</div>
<!-- row -->
</div>
<!-- container -->
</div>
<!--====== ABOUT TWO PART ENDS ======-->
/*===========================
Section Title One CSS
===========================*/
.section-title-one {
text-align: center;
max-width: 550px;
margin: auto;
margin-bottom: 50px;
position: relative;
z-index: 5;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.section-title-one {
margin-bottom: 45px;
}
}
@media (max-width: 767px) {
.section-title-one {
margin-bottom: 35px;
}
}
.section-title-one h2 {
margin-bottom: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.section-title-one h2 {
font-size: 2rem;
line-height: 2.8rem;
}
}
@media (max-width: 767px) {
.section-title-one h2 {
font-size: 1.5rem;
line-height: 1.9rem;
}
}
Section Title Style 4
Section Title Style 2
Section Title Style 5
Section Title Style 7
Section Title Style 3
Section Title Style 6