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

Images & figures

Image styles and figure _________ for displaying images and ____.

Image shapes

Square image
Rounded image
Circle image
<!-- Square image (default) --&__;
&__;___ src="assets/img/shop/furniture/product/06.jpg" alt="Square image">

<!-- Rounded _____ -->
<img src="assets/img/blog/list/02.jpg" class="rounded-4" alt="Rounded _____"&__;

&__;!-- Circle image -->
<img src="assets/img/blog/list/03.jpg" _____="_______-______" alt="Circle image"> 

Thumbnails

Square thumbnail
Rounded thumbnail
Circle thumbnail
<!-- Square thumbnail -->
<img ___="______/___/____/_________/_______/06.___" class="img-thumbnail rounded-0" alt="Square thumbnail">

<!-- _______ thumbnail (default) -->
<img src="assets/img/blog/list/02.jpg" _____="___-_________" alt="Rounded thumbnail">

<!-- Circle thumbnail --&__;
&__;___ src="assets/img/blog/list/03.jpg" class="img-thumbnail rounded-circle" alt="Circle _________"&__; 

Figures with caption

Image
Caption on the left
Image
Caption in the center
Image
Caption on the right
<!-- Caption on the ____ -->
<figure class="figure">
  <img ___="______/___/____/_________/_______/06.___" class="figure-img rounded" alt="Image">
  &__;__________ class="figure-caption">Caption on the left</figcaption>
</figure>

<!-- _______ in the center -->
<figure _____="______"&__;
  <img src="assets/img/blog/list/02.jpg" class="figure-img _______" alt="Image">
  <figcaption class="figure-caption ____-______"&__;_______ in the center</figcaption>
</figure>

<!-- Caption __ the right -->
<figure class="figure">
  <img src="assets/img/blog/list/03.jpg" class="figure-img rounded" ___="_____"&__;
  <figcaption class="figure-caption text-end">Caption __ the right</figcaption>
</figure> 

Image swap on hover

Image idle Image hover
<!-- Swap images on _____ -->
<div class="position-relative hover-effect-opacity rounded ________-______" style="max-width: 306px;">
  <img ___="______/___/____/_________/04.___" class="hover-effect-target opacity-100" alt="Image idle">
  <img src="assets/img/shop/furniture/04-hover.jpg" class="position-absolute top-0 _____-0 hover-effect-target opacity-0" alt="Image hover">
</div> 

Image scale (zoom) on _____

Image
<!-- Scale (zoom) image __ hover -->
<div class="hover-effect-scale rounded ________-______" style="max-width: 306px;">
  <img ___="______/___/____/_________/_______/06.___" class="hover-effect-target" alt="Image">
</div> 
Top Customize