"Section With left and Right"
Bootstrap 4.1.1 Snippet by saikrishna99666

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="//code.jquery.com/jquery-1.11.1.min.js"></script>
<!------ Include the above in your HEAD tag ---------->
<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 ---------->
<section class="bg-01">
<div class="container">
<div class="row">
<div class="col-12">
<div class="heading">
<h2>WHY CHOOS US</h2>
</div>
</div>
</div>
</div>
</section>
<section class="bg-02" style="margin-top:50px">
<div class="container">
<div class="row">
<div class="col-lg-6 col-md-6 col-12">
<div class="content">
<h2>We are the top learning platform</h2>
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
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
.bg-02 .content .shap-img .shap-img-1 {
border-radius: 5px;
}
.bg-02 .content .shap-img .shap-img-2 {
width: 30%;
position: absolute;
top: 20%;
left: 0;
border-radius: 5px;
}
.bg-02 .content .shap-img .shap-img-3 {
width: 30%;
position: absolute;
left: 70%;
top: 20%;
border-radius: 5px;
}
.bg-02 .content .shap-img {
position: relative;
text-align: center;
}
.bg-02 .content h2 {
font-size: 1.875rem;
line-height: 1.875rem;
color: #2f0063;
text-transform: capitalize;
font-weight: 700;
margin: 0 0 1.25rem 0;
}
.bg-02 .content {
margin: 1.875rem 0rem;
position: relative;
}
.bg-02 .content p {
line-height: 1.75rem;
font-size: 1.0625rem;
color: #333333;
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: