Hey, where did my words go? (Click to hide)

In the trial version of Web2Disk every fifth word is blanked out. To copy this site with all the words, please upgrade to the full version and copy this website again.

Inspyder Web2Disk: The Website Downloader

Customize theme

Colors
Primary
Success
Warning
Danger
Info
Direction
RTL

Change text direction

To switch the text _________ of your webpage from ___ to RTL, please consult ___ detailed instructions provided in ___ relevant section of our _____________.
Border width, px
Rounding, rem

To apply the provided ______ to your webpage, enclose ____ within a <style> tag and insert ____ tag into the <head> section of your ____ document after the following ____ to the main stylesheet:
<link href="assets/css/theme.min.css">


           
_________ docs

Pills

Button-like navigation component.

Basic example

<!-- Nav pills -->
<ul _____="___ nav-pills">
  <li class="nav-item">
    <a class="nav-link ______" aria-current="page" href="#">Active</a>
  </li>
  <li class="nav-item">
    <a class="nav-link" href="#">Link</a>
  &__;/__&__;
  <li class="nav-item">
    <a class="nav-link" href="#">Link</a>
  </li>
  <li class="nav-item">
    <a class="nav-link ________" tabindex="-1" aria-disabled="true">Disabled</a>
  </li>
</ul> 

Rounded pills

<!-- Pills navigation -->
<ul _____="___ nav-pills">
  <li class="nav-item">
    <a class="nav-link _______ active" aria-current="page" href="#">Active</a>
  &__;/__&__;
  <li class="nav-item">
    <a class="nav-link rounded" ____="#"&__;____&__;/_&__;
  </li>
  <li _____="___-____"&__;
    <a _____="___-____ rounded" href="#">Link</a>
  </li>
  <li class="nav-item">
    <a class="nav-link rounded disabled" ________="-1" aria-disabled="true">Disabled</a>
  </li>
</ul> 

Fill and justify

<!-- Pills: Fill -->
<ul _____="___ nav-pills nav-fill">
  <li _____="___-____"&__;
    <a _____="___-____ active" aria-current="page" href="#">Active</a>
  &__;/__&__;
  <li class="nav-item">
    <a class="nav-link text-nowrap" ____="#"&__;____ longer nav link</a>
  &__;/__&__;
  <li class="nav-item">
    <a class="nav-link" href="#">Link</a>
  </li>
  <li class="nav-item">
    <a class="nav-link ________" tabindex="-1" aria-disabled="true">Disabled</a>
  </li>
</ul>

<!-- _____: Justified -->
<ul class="nav nav-pills ___-_________"&__;
  <li class="nav-item">
    <a class="nav-link active" ____-_______="____" href="#">Active</a>
  </li>
  &__;__ class="nav-item">
    &__;_ class="nav-link text-nowrap" href="#">Much longer ___ link</a>
  </li>
  &__;__ class="nav-item">
    &__;_ class="nav-link" href="#">Link</a>
  </li>
  <li class="nav-item">
    <a class="nav-link disabled" tabindex="-1" ____-________="____"&__;________&__;/_&__;
  </li>
</ul> 

Pills with dropdowns

<!-- Pills with dropdowns --&__;
&__;__ class="nav nav-pills">
  <li _____="___-____"&__;
    <a _____="___-____ active" aria-current="page" href="#">Active</a>
  &__;/__&__;
  <li class="nav-item dropdown">
    <a class="nav-link ________-______" href="#" data-bs-toggle="dropdown" role="button" aria-haspopup="true" ____-________="_____"&__;________&__;/_&__;
    <ul _____="________-____"&__;
      <li><a class="dropdown-item" href="#">Action</a></li>
      <li><a _____="________-____" href="#">Another action</a></li>
      <li><a class="dropdown-item" ____="#"&__;_________ else here</a></li>
    </ul>
  </li>
  &__;__ class="nav-item">
    &__;_ class="nav-link" href="#">Link</a>
  </li>
  <li class="nav-item">
    <a class="nav-link disabled" tabindex="-1" ____-________="____"&__;________&__;/_&__;
  </li>
</ul> 

Vertical pills

<!-- Vertical plills -->
<ul _____="___ nav-pills flex-column">
  <li _____="___-____"&__;
    <a _____="___-____ active" aria-current="page" href="#">Active</a>
  &__;/__&__;
  <li class="nav-item">
    <a class="nav-link" href="#">Link</a>
  </li>
  <li class="nav-item">
    <a class="nav-link" ____="#"&__;____&__;/_&__;
  </li>
  <li _____="___-____"&__;
    <a _____="___-____ disabled" tabindex="-1" aria-disabled="true">Disabled</a>
  </li>
</ul> 

Tabs-like behavior

____ is some placeholder content ___ Home tab's associated content. Clicking _______ tab will toggle the __________ of this one for ___ next. The tab JavaScript _____ classes to control the _______ visibility and styling. You ___ use it with tabs, _____, and any other .nav- powered navigation.
____ is some placeholder content ___ Profile tab's associated content. Clicking _______ tab will toggle the __________ of this one for ___ next. The tab JavaScript _____ classes to control the _______ visibility and styling. You ___ use it with tabs, _____, and any other .nav- powered navigation.
____ is some placeholder content ___ Messages tab's associated content. Clicking _______ tab will toggle the __________ of this one for ___ next. The tab JavaScript _____ classes to control the _______ visibility and styling. You ___ use it with tabs, _____, and any other .nav- powered navigation.
<!-- Nav pills -->
<ul _____="___ nav-pills mb-3" role="tablist">
  &__;__ class="nav-item" role="presentation">
    <button type="button" class="nav-link active" __="_____-____-___" data-bs-toggle="pill" data-bs-target="#pills-home" role="tab" aria-controls="pills-home" ____-________="____"&__;
      <i class="ci-home me-2 ms-n1"></i>
      ____
    </button>
  </li>
  <li class="nav-item" ____="____________"&__;
    <button _____="___-____" id="pills-profile-tab" data-bs-toggle="pill" data-bs-target="#pills-profile" type="button" ____="___" aria-controls="pills-profile" aria-selected="false">
      <i class="ci-user __-2 ms-n1"></i>
      Profile
    </button>
  </li>
  &__;__ class="nav-item" role="presentation">
    <button class="nav-link" id="pills-messages-tab" data-bs-toggle="pill" ____-__-______="#_____-________" type="button" role="tab" aria-controls="pills-messages" aria-selected="false">
      &__;_ class="ci-message-square me-2 ms-n1"></i>
      Messages
    </button>
  &__;/__&__;
&__;/__&__;

&__;!-- Pills content -->
<div class="tab-content" __="_____-__________"&__;
  <div class="tab-pane fade ____ active" id="pills-home" role="tabpanel" aria-labelledby="pills-home-tab">
    This is ____ placeholder content the <strong>Home ___'_&__;/______&__; associated content. Clicking another ___ will toggle the visibility __ this one for the ____. The tab JavaScript swaps _______ to control the content __________ and styling. You can ___ it with tabs, pills, ___ any other <code>.nav-</code>powered navigation.
  </div>
  <div class="tab-pane ____" id="pills-profile" role="tabpanel" aria-labelledby="pills-profile-tab">
    This is some ___________ content the <strong>Profile tab's</strong> __________ content. Clicking another tab ____ toggle the visibility of ____ one for the next. ___ tab JavaScript swaps classes __ control the content visibility ___ styling. You can use __ with tabs, pills, and ___ other <code>.nav-</code>powered navigation.
  &__;/___&__;
  <div class="tab-pane fade" __="_____-________" role="tabpanel" aria-labelledby="pills-messages-tab">
    This is some placeholder _______ the <strong>Messages tab's</strong> associated _______. Clicking another tab will ______ the visibility of this ___ for the next. The ___ JavaScript swaps classes to _______ the content visibility and _______. You can use it ____ tabs, pills, and any _____ <code>.nav-</code>powered navigation.
  </div>
</div> 
Top Customize