- Output for 7.2.0 - 7.2.33, 7.3.0 - 7.3.33, 7.4.0 - 7.4.33, 8.0.0 - 8.0.30, 8.1.0 - 8.1.33, 8.2.0 - 8.2.29, 8.3.0 - 8.3.27, 8.4.1 - 8.4.14
- <div class="col-md-3 mb-4">
<div class="card h-100">
<img class="card-img-top" src="../admin/upload/images" width="50px" height="300px" alt="Image">
<div class="overlay">
<p><strong> Title : </strong>title</p>
<p><strong> Author : </strong>author</p>
<p><strong> ISBN : </strong>1234</p>
</div>
<div class="card-body">
<a href="book_details.php?title=title&isbn=1234"> <button type="button"class="btn btn-success">Available</button></a>
</div>
</div>
</div>