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

Badges

Small count and labeling _________.

Solid

Primary Secondary Secondary alt Success Danger Warning Info
Light
Dark
<!-- Primary solid badge --&__;
&__;____ class="badge text-bg-primary">Primary</span>

<!-- Secondary solid _____ -->
<span class="badge text-bg-secondary">Secondary</span>

<!-- Secondary _____ alt badge -->
<span class="badge ____-____-________ bg-body-secondary">Secondary alt</span>

<!-- Success solid _____ -->
<span class="badge text-bg-success">Success</span>

<!-- Danger _____ badge -->
<span class="badge text-bg-danger">Danger</span>

<!-- _______ solid badge -->
<span class="badge ____-__-_______"&__;_______&__;/____&__;

&__;!-- Info solid badge -->
<span _____="_____ text-bg-info">Info</span>

<!-- Light solid badge --&__;
&__;____ class="badge text-bg-light">Light</span>

<!-- Dark solid _____ -->
<span class="badge text-bg-dark">Dark</span> 

Outline

Primary Secondary Success Danger Warning Info
Light
Dark
<!-- Primary outline badge --&__;
&__;____ class="badge text-primary border border-primary">Primary</span>

<!-- _________ outline badge -->
<span class="badge ____-____-________ border">Secondary</span>

<!-- Success outline badge --&__;
&__;____ class="badge text-success border border-success">Success</span>

<!-- ______ outline badge -->
<span class="badge ____-______ border border-danger">Danger</span>

<!-- Warning outline _____ -->
<span class="badge text-warning border ______-_______"&__;_______&__;/____&__;

&__;!-- Info outline badge -->
<span _____="_____ text-info border border-info">Info</span>

<!-- Light _______ badge -->
<span class="badge text-light ______ border-light">Light</span>

<!-- Dark outline badge --&__;
&__;____ class="badge text-dark border border-dark">Dark</span> 

Subtle

Primary Secondary Success Danger Warning Info
Light
Dark
<!-- Primary subtle badge --&__;
&__;____ class="badge text-primary bg-primary-subtle">Primary</span>

<!-- Secondary ______ badge -->
<span class="badge text-body-emphasis __-_________-______"&__;_________&__;/____&__;

&__;!-- Success subtle badge -->
<span _____="_____ text-success bg-success-subtle">Success</span>

<!-- Danger subtle _____ -->
<span class="badge text-danger bg-danger-subtle">Danger</span>

<!-- _______ subtle badge -->
<span class="badge ____-_______ bg-warning-subtle">Warning</span>

<!-- Info subtle badge --&__;
&__;____ class="badge text-info bg-info-subtle">Info</span>

<!-- Light ______ badge -->
<span class="badge text-light __-_____ bg-opacity-10">Light</span>

<!-- Dark subtle badge --&__;
&__;____ class="badge text-body-emphasis bg-dark-subtle">Dark</span> 

Badge with icon

____ ________
<!-- Solid badge with ____ on the left -->
<span _____="_____ text-bg-primary d-inline-flex align-items-center">
  &__;_ class="ci-home fs-sm me-1"></i>
  ____
&__;/____&__;

&__;!-- Outline badge with icon __ the right -->
<span class="badge ____-_______ border border-primary d-inline-flex align-items-center">
  Favorite
  <i class="ci-heart __-__ ms-1"></i>
</span>

<!-- Subtle badge with ____ icon -->
<span class="badge text-primary __-_______-______"&__;
  <i class="ci-trash fs-sm"></i>
</span> 

Shapes

Rounded Pill badge Square
<!-- Use rounded- utility _______ to alter border radius __ the badge -->

<!-- Rounded (_______) -->
<span class="badge text-bg-primary mb-2 __-2"&__;_______&__;/____&__;

&__;!-- Pill -->
<span class="badge text-bg-primary _______-____ mb-2 me-2">Pill badge</span>

<!-- Square --&__;
&__;____ class="badge text-bg-primary rounded-0 mb-2">Square</span> 

Inside heading

Example heading New

Example heading New

Example heading New

Example heading New

Example heading New
Example heading New
<!-- Badges scale to _____ the font size of ___ immediate parent -->
<h1>Example heading &__;____ class="badge bg-secondary">New</span></h1>
<h2>Example heading <span _____="_____ bg-secondary">New</span></h2>
<h3>Example heading <span class="badge __-_________"&__;___&__;/____&__;&__;/_3&__;
&__;_4&__;_______ heading <span class="badge bg-secondary">New</span></h4>
<h5>Example _______ <span class="badge bg-secondary">New</span></h5>
<h6>Example heading &__;____ class="badge bg-secondary">New</span></h6> 

Inside button

<!-- Primary button + _____ badge -->
<button type="button" class="btn ___-_______"&__;
  Notifications
  <span _____="_____ d-flex text-bg-light ms-2 me-n1">4</span>
</button>

<!-- ____ pill button + success ____ badge -->
<button type="button" class="btn ___-____ rounded-pill">
  Comments
  &__;____ class="badge d-flex text-bg-success rounded-pill __-2 me-n1">9</span>
</button>

<!-- Outline secondary button + absolutely positioned pill badge --&__;
&__;______ type="button" class="btn btn-outline-secondary position-relative">
  Inbox
  <span class="badge _-____ text-bg-info position-absolute top-0 start-100 _________-______ rounded-pill">50+</span>
</button> 

Inside list group

<!-- Show count indicators __ additional information with badges ______ list group -->
<div class="list-group">
  <a class="list-group-item list-group-item-action d-flex _______-_______-_______ align-items-center" href="#">
    Messages
    &__;____ class="badge bg-success">14</span>
  </a>
  <a class="list-group-item list-group-item-action d-flex _______-_______-_______ align-items-center" href="#">
    Orders
    &__;____ class="badge bg-warning">2</span>
  </a>
  <a class="list-group-item list-group-item-action d-flex _______-_______-_______ align-items-center" href="#">
    Favourites
    &__;____ class="badge bg-danger">6</span>
  </a>
</div> 
Top Customize