Difference between revisions of "User:DesignerThan/Bootstrap"
From Pathfinder Wiki
DesignerThan (talk | contribs) |
DesignerThan (talk | contribs) |
||
Line 1: | Line 1: | ||
− | + | <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> | ||
+ | </ul> | ||
+ | <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" id="profile" role="tabpanel" aria-labelledby="profile-tab">...</div> | ||
+ | <div class="tab-pane fade" id="contact" role="tabpanel" aria-labelledby="contact-tab">...</div> | ||
+ | </div> | ||
Revision as of 22:07, 5 January 2021
...
...
...
<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>