Advertisement
salmancreation

Card Bv4

Oct 23rd, 2017
281
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.74 KB | None | 0 0
  1. <div class="card" style="width: 20rem;">
  2.   <img class="card-img-top" src="..." alt="Card image cap">
  3.   <div class="card-block">
  4.     <h4 class="card-title">Card title</h4>
  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="btn btn-primary">Go somewhere</a>
  7.   </div>
  8. </div>
  9.  
  10. -------------------
  11.  
  12. <div class="card-deck">
  13.   <div class="card">
  14.     <img class="card-img-top" src="..." alt="Card image cap">
  15.     <div class="card-block">
  16.       <h4 class="card-title">Card title</h4>
  17.       <p class="card-text">This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.</p>
  18.     </div>
  19.     <div class="card-footer">
  20.       <small class="text-muted">Last updated 3 mins ago</small>
  21.     </div>
  22.   </div>
  23.   <div class="card">
  24.     <img class="card-img-top" src="..." alt="Card image cap">
  25.     <div class="card-block">
  26.       <h4 class="card-title">Card title</h4>
  27.       <p class="card-text">This card has supporting text below as a natural lead-in to additional content.</p>
  28.     </div>
  29.     <div class="card-footer">
  30.       <small class="text-muted">Last updated 3 mins ago</small>
  31.     </div>
  32.   </div>
  33.   <div class="card">
  34.     <img class="card-img-top" src="..." alt="Card image cap">
  35.     <div class="card-block">
  36.       <h4 class="card-title">Card title</h4>
  37.       <p class="card-text">This is a wider card with supporting text below as a natural lead-in to additional content. This card has even longer content than the first to show that equal height action.</p>
  38.     </div>
  39.     <div class="card-footer">
  40.       <small class="text-muted">Last updated 3 mins ago</small>
  41.     </div>
  42.   </div>
  43. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement