"popular"
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 ---------->
<section class="banner-img2 text-white py-5">
<div class="container py-5">
<div class="row ">
<div class="col-md-12">
<h1>Popular Cars</h1>
<p>Find Popular cars in India, You can let us know if you do not find any car here.</p>
</div>
</div>
<div class="pb-3"></div>
<div class="row">
<div class="col-md-8">
<div class="card bg-light">
<div class="card-body">
<div class="row">
<div class="col-md-4">
<div class="form-group">
<select id="inputState" class="form-control">
<option selected>... Select Make...</option>
<option>BMW</option>
<option>Audi</option>
<option>Maruti</option>
<option>Tesla</option>
</select>
</div>
</div>
<div class="col-md-4">
<button type="button" class="btn btn-warning btn-block"><i class="fa fa-search"></i> Find Popular Car</button>
</div>
</div>
</div>
</div>
</div>
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
2
3
4
5
.banner-img2 {
background: linear-gradient(rgba(0,0,0,.7), rgba(0,0,0,.7)), url("https://images.pexels.com/photos/394377/pexels-photo-394377.jpeg?auto=compress&cs=tinysrgb&h=650&w=940");
background-repeat: no-repeat;background-size: cover;background-position: center center;
}
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: