"Landing Page - http://theme-land.com/sApp/demo/index.html"
Bootstrap 4.1.1 Snippet by jeevan123456

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 ---------->
<link href='https://fonts.googleapis.com/css?family=Poppins' rel='stylesheet'>
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css" rel="stylesheet">
<section id="home" class="section bg-voilet bg-overlay overflow-hidden d-flex align-items-center">
<div class="container">
<div class="row align-items-center">
<!-- home Intro Start -->
<div class="col-12 col-md-7 col-lg-6">
<div class="home-intro">
<h1 class="text-white">Make cool Landing pages with sApp</h1>
<p class="text-white my-4">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Impedit nihil tenetur minus quidem est deserunt molestias accusamus harum ullam tempore debitis et, expedita, repellat delectus aspernatur neque itaque qui quod.</p>
<!-- Store Buttons -->
<div class="button-group store-buttons d-flex">
<a href="#">
<img src="http://theme-land.com/sApp/demo/assets/img/icon/google-play.png" alt="">
</a>
<a href="#">
<img src="http://theme-land.com/sApp/demo/assets/img/icon/app-store.png" alt="">
</a>
</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 {
font-family: 'Poppins';font-size: 14px;
}
img {height: auto;max-width: 100%;}
.text-voilet {color :#6a2de3 ;}
.home-area {
height: 800px;
z-index: 1;
}
.bg-voilet {
background: #6a2de3;
}
.home-thumb {
max-width: 300px;
padding-top: 70px;
}
.bg-overlay, .overlay-dark {
position: relative;
z-index: 0;
}
* {
margin: 0;
padding: 0;
}
.fw-3 {
font-weight: 300;
}
.home-area .shape-bottom {
z-index: -1;
}
.shape-bottom {
position: absolute;
top: auto;
bottom: -7px;
left: 0;
right: 0;
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: