"new car search result"
Bootstrap 4.0.0 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.0.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/4.0.0/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="pt-5">
<div class="container">
<div class="row">
<div class="col-md-12">
<h5>Top Searches:-</h5>
<button type="button" class="btn btn-outline-dark">Maruti</button>
<button type="button" class="btn btn-outline-dark">Skoda</button>
<button type="button" class="btn btn-outline-dark">Toyota</button>
<button type="button" class="btn btn-outline-dark">Fiat</button>
<button type="button" class="btn btn-outline-dark">Jeep</button>
<button type="button" class="btn btn-outline-dark">Tata</button>
<button type="button" class="btn btn-outline-dark">Nissan</button>
<button type="button" class="btn btn-outline-dark">VolksWagon</button>
<button type="button" class="btn btn-outline-dark">Volvo</button>
<button type="button" class="btn btn-outline-dark">Dark</button>
</div>
</div>
</div>
</section>
<section class="pt-2">
<div class="container">
<div class="row my-3">
<div class="col-md-12">
<h4>Find the New Car details for your search query of Renault</h4>
</div>
</div>
<div class="row mb-3">
<div class="col-md-8">
<div class="card">
<div class="card-body">
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
2
.new-car {box-shadow: -1px 3px 5px 2px rgba(184,184,184,0.62);}
img {width:100%;}
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: