Difference between revisions of "User:DesignerThan/Bootstrap"

From Pathfinder Wiki
Line 10: Line 10:
  
 
<span class="badge badge-primary">Primary</span><span class="badge badge-pill badge-primary">Primary</span><a href="#" class="badge badge-primary">Primary</a>
 
<span class="badge badge-primary">Primary</span><span class="badge badge-pill badge-primary">Primary</span><a href="#" class="badge badge-primary">Primary</a>
 +
 +
 +
<div class="card" style="width: 18rem;">
 +
  <img class="card-img-top" src="..." alt="Card image cap">
 +
  <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 href="#" class="btn btn-primary">Go somewhere</a>
 +
  </div>
 +
</div>

Revision as of 20:01, 5 January 2021


<a href="#">Test Link</a>


PrimaryPrimary<a href="#" class="badge badge-primary">Primary</a>


 <img class="card-img-top" src="..." alt="Card image cap">
Card title

Some quick example text to build on the card title and make up the bulk of the card's content.

   <a href="#" class="btn btn-primary">Go somewhere</a>