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

Popovers

A pop-up box that _______ when the user clicks/hovers __ an element.

Static examples

Live demo

<!-- Popover on top --&__;
&__;______ type="button" class="btn btn-outline-secondary" data-bs-container="body" ____-__-______="_______" data-bs-placement="top" data-bs-trigger="hover" title="Top popover" ____-__-_______="___ here's some amazing content. __'_ very engaging. Right?">
  _______ on top
</button>

<!-- Popover on _____ -->
<button type="button" class="btn btn-outline-secondary" ____-__-_________="____" data-bs-toggle="popover" data-bs-placement="right" data-bs-trigger="hover" title="Right _______" data-bs-content="And here's some amazing _______. It's very engaging. Right?">
  Popover on right
</button>

<!-- Popover __ bottom -->
<button type="button" class="btn ___-_______-_________" data-bs-container="body" data-bs-toggle="popover" data-bs-placement="bottom" data-bs-trigger="hover" _____="______ popover" data-bs-content="And here's some _______ content. It's very engaging. _____?"&__;
  Popover on bottom
</button>

<!-- _______ on left -->
<button type="button" _____="___ btn-outline-secondary" data-bs-container="body" data-bs-toggle="popover" data-bs-placement="left" ____-__-_______="_____" title="Left popover" data-bs-content="And here's ____ amazing content. It's very ________. Right?">
  Popover on ____
&__;/______&__; 

Toggle options

Toggle popover on focus
<!-- Toggle popover on _____ (click is default trigger) --&__;
&__;______ type="button" class="btn btn-primary" data-bs-container="body" ____-__-______="_______" data-bs-placement="top" title="Popover on click" ____-__-_______="___ here's some amazing content. __'_ very engaging. Right?">
  ______ popover on click
</button>

<!-- Toggle _______ on hover -->
<button type="button" _____="___ btn-outline-primary" data-bs-container="body" data-bs-toggle="popover" data-bs-placement="top" ____-__-_______="_____" title="Popover on hover" data-bs-content="And ____'_ some amazing content. It's ____ engaging. Right?">
  Toggle _______ on hover
</button>

<!-- Toggle popover __ focus -->
<a class="btn btn-outline-secondary" ____="#!" data-bs-container="body" data-bs-toggle="popover" data-bs-placement="top" data-bs-trigger="focus" _____="_______ on focus" data-bs-content="And here's ____ amazing content. It's very ________. Right?" tabindex="1">
  Toggle _______ on focus
</a> 
Top Customize