"latest"
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-img1 text-white py-5">
<div class="container">
<div class="row ">
<div class="col-md-12">
<h2>Latest Cars</h2>
<p>Find Latest 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">
<div class="form-group">
<select id="inputState" class="form-control">
<option selected>... Select Model...</option>
<option>BMW</option>
<option>Audi</option>
<option>Maruti</option>
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
2
3
4
.banner-img1 {
background: linear-gradient(rgba(0,0,0,.2), rgba(0,0,0,.7)), url("https://www.setaswall.com/wp-content/uploads/2017/04/Material-Wallpaper-12-1200x900-768x576.jpg");
background-repeat: no-repeat;background-size: cover;background-position: center center;
}
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: