"Site design"
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=Roboto' rel='stylesheet'>
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css" rel="stylesheet">
<section class="bg-grey">
<div class="container">
<div class="row d-flex align-items-center">
<div class="col-md-7 col-xl-6">
<small>FULLY CUSTOMIZABLE</small>
<h1>Innovative, creative products and services </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-5 col-xl-5 offset-xl-1">
<img src = "https://dsathemes.com/html/nextapp/files/images/image-14.png" class = "img-responsive" width = "100%"/>
</div>
</div>
</div>
</section>
<section class="py-5">
<div class="container py-5">
<div class="row d-flex align-items-center text-center">
<div class="col-md-8 offset-md-2 ">
<i class="fa fa-diamond fa-6x mb-4"></i>
<h1>Working with Experts.</h1>
<p>Discover all the ways you can showcase content on Apple Music. Access MusicKit, RSS feeds, widgets, brand guidelines, badge art, and more.</p>
</div>
</div>
</div>
</section>
<section class="py-5 bg-black text-white">
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
2
3
4
5
6
7
body {font-family: 'Roboto';font-size: 16px; line-height:25px;}
h1{font-weight:bold;font-size:54px;}
.bg-grey {background-color:#ebeae8;}
.bg-black {background-color:#1c1c1c;}
.fa-6x{font-size:56px !important; color:#cf0003;}
.fa-12x{font-size:112px !important; color:#cf0003;}
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
cf0003
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: