Difference between revisions of "User:DesignerThan/Bootstrap"

From Pathfinder Wiki
Line 11: Line 11:
 
</ul>
 
</ul>
 
<div class="tab-content" id="myTabContent">
 
<div class="tab-content" id="myTabContent">
   <div class="tab-pane fade show active" id="home" role="tabpanel" aria-labelledby="home-tab">...</div>
+
   <div class="tab-pane fade show active" id="home" role="tabpanel" aria-labelledby="home-tab">Home Tab</div>
   <div class="tab-pane fade" id="profile" role="tabpanel" aria-labelledby="profile-tab">...</div>
+
   <div class="tab-pane fade" id="profile" role="tabpanel" aria-labelledby="profile-tab">Profile Tab</div>
   <div class="tab-pane fade" id="contact" role="tabpanel" aria-labelledby="contact-tab">...</div>
+
   <div class="tab-pane fade" id="contact" role="tabpanel" aria-labelledby="contact-tab">Contact Tab</div>
 
</div>
 
</div>
  

Revision as of 22:08, 5 January 2021

Home Tab
Profile Tab
Contact Tab


<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>