Difference between revisions of "User:DesignerThan/Bootstrap"

From Pathfinder Wiki
 
(9 intermediate revisions by the same user not shown)
Line 1: Line 1:
<div><ul class="nav nav-tabs"><li class="nav-item"><a class="nav-link active" href="#">Active</a></li><li class="nav-item"><a class="nav-link" href="#">Link</a></li><li class="nav-item"><a class="nav-link" href="#">Link</a></li><li class="nav-item"><a class="nav-link disabled" href="#" tabindex="-1" aria-disabled="true">Disabled</a></li></ul></div>
+
<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>
  
  
Line 5: 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>
This is a primary alert—check it out!
 
</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>
 
<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;">
+
<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>
  <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>
 

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>


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


Ugandan children.jpg
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>