Advertisement
JVFabia

Untitled

Aug 11th, 2020
257
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.41 KB | None | 0 0
  1. <div class="card" style="width: 18rem;">
  2.   <div class="card-body">
  3.     <h5 class="card-title">Card title</h5>
  4.     <h6 class="card-subtitle mb-2 text-muted">Card subtitle</h6>
  5.     <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>
  6.     <a href="#" class="card-link">Card link</a>
  7.     <a href="#" class="card-link">Another link</a>
  8.   </div>
  9. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement