"banner"
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
<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=Roboto' rel='stylesheet'>
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css" rel="stylesheet">
<section class="bg-1 text-white">
<div class="container">
<div class="row d-flex align-items-center">
<div class="col-md-6">
<small>FULLY CUSTOMIZABLE</small>
<h1><b>Manage all your media files using NextApp</b></h1>
<p>Feugiat eros, ac tincidunt ligula massa in faucibus orci luctus et ultrices posuere cubilia curae integer congue leo metus, eu mollis lorem primis in orci integer metus mollis faucibus</p>
</div>
<div class="col-md-6 d-none d-lg-block">
<div class="welcome-layer-3 ">
<div class="home3-layer-1 wow fadeInRight" data-wow-delay="0.5s" style="visibility: visible; animation-delay: 0.5s; animation-name: fadeInRight;">
<img src="https://dsathemes.com/html/nextapp/files/images/hero-11-img.png" class = "img-responsive" width = "100%" >
</div>
</div>
</div>
<div class="col-md-5 col-xl-5 offset-xl-1">
<img src = ">
</div>
</div>
</div>
</section>
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
body {
font-family: 'Roboto';font-size: 20px;
}
.bg-1 {
background-image: url("https://dsathemes.com/html/nextapp/files/images/hero-11.jpg");
background-color: #cccccc;
}
.welcome-layer-3 {
height: 100%;
/* left: 0; */
position: absolute;
top: 0;
width: 100%;
}
.home3-layer-1 {
right: 10%;
top: -105%;
}
.welcome-layer-3 > div {
position: absolute;
}
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: