Difference between revisions of "User:DesignerThan/Bootstrap"
From Pathfinder Wiki
DesignerThan (talk | contribs) (Created page with "<ul class=""> <li class=""> <a class="" href="#">Active</a> </li> <li class=""> <a class="" href="#">Link</a> </li> <li class=""> <a class="" href="#">Li...") |
DesignerThan (talk | contribs) |
||
(17 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | <ul class=""> | + | <ul class="nav nav-tabs" id="myTab" role="tablist"><li class="nav-item" role="presentation"><a class="nav-link active" id="home-tab" data-toggle="tab" href="#home" role="tab" aria-controls="home" aria-selected="true">Home</a></li><li class="nav-item" role="presentation"><a class="nav-link" id="profile-tab" data-toggle="tab" href="#profile" role="tab" aria-controls="profile" aria-selected="false">Profile</a></li><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></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></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> | ||
Line 18: | Line 8: | ||
− | <div class="alert alert-primary" role="alert"> | + | <div class="alert alert-primary" role="alert">This is a primary alert—check it out!</div> |
− | + | ||
− | </div> | + | <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;">[[File:Ugandan children.jpg]]<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> |
Latest revision as of 22:37, 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>