Difference between revisions of "User:DesignerThan/Bootstrap"
From Pathfinder Wiki
DesignerThan (talk | contribs) |
DesignerThan (talk | contribs) |
||
Line 8: | Line 8: | ||
<li class="nav-item" role="presentation"> | <li class="nav-item" role="presentation"> | ||
<a class="nav-link" id="contact-tab" data-toggle="tab" href="#contact" role="tab" aria-controls="contact" aria-selected="false">Contact</a> | <a class="nav-link" id="contact-tab" data-toggle="tab" href="#contact" role="tab" aria-controls="contact" aria-selected="false">Contact</a> | ||
+ | </li> | ||
+ | </ul> | ||
+ | <div class="tab-content" id="myTabContent"> | ||
+ | <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">Profile Tab</div> | ||
+ | <div class="tab-pane fade" id="contact" role="tabpanel" aria-labelledby="contact-tab">Contact Tab</div> | ||
+ | </div> | ||
+ | |||
+ | |||
+ | <ul class="nav nav-tabs" id="myTab" role="tablist"> | ||
+ | <li class="nav-item" role="presentation"> | ||
+ | <span class="nav-link active" id="home-tab" data-toggle="tab" href="#home" role="tab" aria-controls="home" aria-selected="true">Home</span> | ||
+ | </li> | ||
+ | <li class="nav-item" role="presentation"> | ||
+ | <span class="nav-link" id="profile-tab" data-toggle="tab" href="#profile" role="tab" aria-controls="profile" aria-selected="false">Profile</span> | ||
+ | </li> | ||
+ | <li class="nav-item" role="presentation"> | ||
+ | <span class="nav-link" id="contact-tab" data-toggle="tab" href="#contact" role="tab" aria-controls="contact" aria-selected="false">Contact</span> | ||
</li> | </li> | ||
</ul> | </ul> |
Revision as of 22:26, 5 January 2021
Home Tab
Profile Tab
Contact Tab
Home Tab
Profile Tab
Contact Tab
<a href="#">Test Link</a>
This is a primary alert—check it out!
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>