"boxes-hover"
Bootstrap 4.1.1 Snippet by ishu511

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 ---------->
<h2 class="ayush">AYUSH THAKUR</h2>
<section id="application">
<div class="container">
<!--promite-->
<div class="row">
<div class=" text-center col-md-12 window">
<h2>Prominent Features of our<br>
<span>Lorem Ipsum<br>
Lorem Ipsum is simply dummy </span>
</h2>
</div>
</div>
<!--part-3(first-section)-->
<div class="row">
<!--part-1-->
<div class="col-md-4">
<div class=" text-center design">
<h5>Lorem Ipsum<br>
Lorem Ipsum</h5>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley.</p>
</div>
</div>
<!--part-2-->
<div class="col-md-4">
<div class=" text-center design">
<h5>Lorem Ipsum<br>
Lorem Ipsum</h5>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley.</p>
</div>
</div>
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
body{background-image: -ms-linear-gradient(bottom left, #cb60b3 0%, #C146A1 50%, #A80077 51%, #db36a4 100%);
background-image: -moz-linear-gradient(bottom left, #cb60b3 0%, #C146A1 50%, #A80077 51%, #db36a4 100%);
background-image: -o-linear-gradient(bottom left, #cb60b3 0%, #C146A1 50%, #A80077 51%, #db36a4 100%);
background-image: -webkit-gradient(linear, left bottom, right top, color-stop(0, #cb60b3), color-stop(50, #C146A1), color-stop(51, #A80077), color-stop(100, #db36a4));
background-image: -webkit-linear-gradient(bottom left, #cb60b3 0%, #C146A1 50%, #A80077 51%, #db36a4 100%);
background-image: linear-gradient(to top right, #cb60b3 0%, #C146A1 50%, #A80077 51%, #db36a4 100%);}
#application {
background-image: url("../image/about-us/section.jpg");
padding-top: 33px;
padding-bottom: 50px;
background-repeat: no-repeat;
background-size: cover;
}
.window span {
margin-top: 5px;
display: block;
font-weight: 500;
font-size: 41px;
}
.window h2 {
font-weight: 500;
font-size: 44px;
margin-bottom: 32px;
}
.design h5 {
color: #d5a440;
font-size: 22px;
font-weight: 500;
}
#application p {
font-size: 17px;
line-height: 30px;
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: