xxxxxxxxxx
1
<h1 class="m-3">You need to add this card into the grid or add styles as me here below</h1>
2
3
<!-- Card -->
4
<div class="card" style="max-width: 23rem; margin: 1rem;">
5
6
<!-- Card image -->
7
<img class="card-img-top" src="https://mdbootstrap.com/img/Photos/Others/images/43.jpg" alt="Card image cap">
8
9
<!-- Card content -->
10
<div class="card-body">
11
12
<!-- Title -->
13
<h4 class="card-title"><a>Card title</a></h4>
14
<!-- Text -->
15
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's
16
content.</p>
17
<!-- Button -->
18
<a href="#" class="btn btn-primary">Button</a>
19
20
</div>
21
22
</div>
23
<!-- Card -->
1
1
1
1
Console errors: 0