Horje
how to make a card using bootstrap Code Example
how to make a card using bootstrap
<div class="card" style="width: 18rem;">
  <img src="..." class="card-img-top" alt="...">
  <div class="card-body">
    <h5 class="card-title">Card title</h5>
    <p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
    <a rel="nofollow" href="#" class="btn btn-primary">Go somewhere</a>
  </div>
</div>




Html

Related
boostrap base theme Code Example boostrap base theme Code Example
cards bootstrap examples Code Example cards bootstrap examples Code Example
bootsrap card Code Example bootsrap card Code Example
fill color behid text in html Code Example fill color behid text in html Code Example
Card bootstrap 5 Code Example Card bootstrap 5 Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
13