xxxxxxxxxx
1
<div class="container my-5">
2
3
<!-- Section: Block Content -->
4
<section>
5
6
<div class="card">
7
<div class="card-body">
8
9
<h5 class="text-center font-weight-bold mb-4">Recently Added Products</h5>
10
11
<hr>
12
13
<!--Grid row-->
14
<div class="row">
15
16
<!--Grid column-->
17
<div class="col-12 mb-3 mx-auto">
18
19
<div class="media">
20
<img class="d-flex mr-3" src="https://mdbootstrap.com/img/Photos/Others/placeholder1.jpg" alt="Generic placeholder image">
21
<div class="media-body">
22
<h6 class="mt-1 font-weight-bold"><a href="#!">Samsung TV</a><a><span class="badge badge-warning float-right">$1800</span></a></h6>
23
<p class="text-muted">Samsung 32" 1080p 60Hz LED Smart HDTV.</p>
24
</div>
25
</div>
26
<hr>
27
<div class="media">
28
<img class="d-flex mr-3" src="https://mdbootstrap.com/img/Photos/Others/placeholder1.jpg" alt="Generic placeholder image">
29
<div class="media-body">
30
<h6 class="mt-1 font-weight-bold"><a href="#!">Bicycle</a><a><span class="badge badge-info float-right">$700</span></a></h6>
31
<p class="text-muted">26" Mongoose Dolomite Men's 7-speed, Navy Blue.</p>
32
</div>
33
</div>
34
<hr>
35
<div class="media">
36
<img class="d-flex mr-3" src="https://mdbootstrap.com/img/Photos/Others/placeholder1.jpg" alt="Generic placeholder image">
37
<div class="media-body">
38
<h6 class="mt-1 font-weight-bold"><a href="#!">Xbox One</a><a><span class="badge badge-danger float-right">$350</span></a></h6>
39
<p class="text-muted">Xbox One Console Bundle with Halo Master Chief Collection.</p>
40
</div>
41
</div>
42
<hr>
43
<div class="media">
44
<img class="d-flex mr-3" src="https://mdbootstrap.com/img/Photos/Others/placeholder1.jpg" alt="Generic placeholder image">
45
<div class="media-body">
46
<h6 class="mt-1 font-weight-bold"><a href="#!">PlayStation 4</a><a><span class="badge badge-success float-right">$399</span></a></h6>
47
<p class="text-muted">PlayStation 4 500GB Console (PS4)</p>
48
</div>
49
</div>
50
51
</div>
52
<!--Grid column-->
53
54
</div>
55
<!--Grid row-->
56
57
<hr>
58
59
<p class="text-center mt-4 mb-1"><a href="#!">Wiew All Products</a></p>
60
61
</div>
62
</div>
63
64
</section>
65
<!-- Section: Block Content -->
66
67
</div>
1
1
1
1
Console errors: 0