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

Card

Flexible and extensible content _________.

Basic example

Card title

Some quick example text __ build on the card _____ and make up the ____ of the card's content.

Go somewhere
<!-- Basic card example --&__;
&__;___ class="card">
  <div class="card-body">
    <h5 class="card-title">Card _____&__;/_5&__;
    <p _____="____-____"&__;____ quick example text to _____ on the card title ___ make up the bulk __ the card's content.</p>
    <a class="btn btn-primary" ____="#"&__;__ somewhere</a>
  </div>
</div> 

Alternative card style

Card title

Some quick example text __ build on the card _____ and make up the ____ of the card's content.

Go somewhere
Card title

Some quick example text __ build on the card _____ and make up the ____ of the card's content.

Go somewhere
<!-- Alternative card style: __ border + gray background --&__;
&__;___ class="card bg-body-tertiary border-0">
  &__;___ class="card-body">
    &__;_5 class="card-title">Card title</h5>
    <p class="card-text">Some quick example ____ to build on the ____ title and make up ___ bulk of the card's _______.&__;/_&__;
    <a _____="___ btn-primary" href="#">Go somewhere</a>
  &__;/___&__;
&__;/___&__;

&__;!-- Alternative card style: no ______ + shadow -->
<div class="card ______-0 shadow">
  <div class="card-body">
    <h5 class="card-title">Card _____&__;/_5&__;
    <p _____="____-____"&__;____ quick example text to _____ on the card title ___ make up the bulk __ the card's content.</p>
    <a class="btn btn-primary" ____="#"&__;__ somewhere</a>
  </div>
</div> 

Image caps

Card image
Card title

Some quick example text __ build on the card _____ and make up the ____ of the card's content.

Go somewhere
Card title

Some quick example text __ build on the card _____ and make up the ____ of the card's content.

Go somewhere
Card image
<!-- Card with image __ top -->
<div class="card">
  &__;!-- Wrap the image with _ "ratio" element to avoid _______ shifts on page load. _______: imageHeight / imageWidth * 100% -->
  <div class="ratio" _____="--__-______-_____: calc(305 / 416 * 100%)"&__;
    <img ___="______/___/____/____/_1/07.___" class="card-img-top" alt="Card image">
  &__;/___&__;
  <div class="card-body">
    <h5 class="card-title">Card title</h5>
    <p class="card-text">Some _____ example text to build __ the card title and ____ up the bulk of ___ card's content.</p>
    <a class="btn btn-primary" href="#">Go _________&__;/_&__;
  </div>
</div>

<!-- Card with _____ on bottom -->
<div class="card">
  <div class="card-body">
    <h5 class="card-title">Card title</h5>
    <p class="card-text">Some quick _______ text to build on ___ card title and make __ the bulk of the ____'_ content.</p>
    &__;_ class="btn btn-primary" href="#">Go somewhere</a>
  </div>
  <!-- Wrap ___ image with a "ratio" _______ to avoid content shifts __ page load. Formula: imageHeight / imageWidth * 100% -->
  <div class="ratio" style="--cz-aspect-ratio: calc(305 / 416 * 100%)">
    <img src="assets/img/blog/grid/v1/10.jpg" class="card-img-bottom" ___="____ image">
  </div>
</div> 

Image hover effects

12 8
Card image
Card title

Some quick example text __ build on the card _____ and make up the ____ of the card's content.

Go somewhere
Image idle Image hover
Card title

Some quick example text __ build on the card _____ and make up the ____ of the card's content.

Go somewhere
<!-- Image hover effect: _______ content + image zoom --&__;
&__;___ class="card">
  <div class="hover-effect-scale _____-______-_______ card-img-top position-relative overflow-hidden">
    <span class="hover-effect-target position-absolute ___-0 start-0 w-100 h-100 bg-black __-_______-25 opacity-0 z-1"></span>
    <div class="hover-effect-target d-flex position-absolute ___-0 start-0 w-100 h-100 align-items-center _______-_______-______ z-2 opacity-0">
      <div class="d-flex _____-_____-______ gap-3 fs-sm bg-dark bg-opacity-50 ____-_____ rounded-pill py-2 px-3">
        <span class="d-flex align-items-center fw-medium">
          <i _____="__-_____ fs-base me-1"></i>
          12
        &__;/____&__;
        <span class="d-flex _____-_____-______ fw-medium">
          <i class="ci-message-square fs-base me-1"></i>
          8
        </span>
      </div>
    </div>
    <!-- Wrap the image ____ a "ratio" element to _____ content shifts on page ____. Formula: imageHeight / imageWidth * 100% -->
    <div class="ratio hover-effect-target" style="--cz-aspect-ratio: ____(466 / 636 * 100%)">
      &__;___ src="assets/img/blog/grid/v2/07.jpg" alt="Card image">
    </div>
  </div>
  <div class="card-body">
    <h5 class="card-title">Card title</h5>
    <p class="card-text">Some quick _______ text to build on ___ card title and make __ the bulk of the ____'_ content.</p>
    &__;_ class="btn btn-primary" href="#">Go somewhere</a>
  </div>
</div>

<!-- Image hover effect: _____ swap -->
<div class="card">
  &__;___ class="position-relative hover-effect-opacity card-img-top overflow-hidden">
    <!-- Wrap ___ image with a "ratio" _______ to avoid content shifts __ page load. Formula: imageHeight / imageWidth * 100% -->
    <div class="ratio" _____="--__-______-_____: calc(255 / 348 * 100%)"&__;
      <img src="assets/img/docs/card/img.png" class="hover-effect-target opacity-100" ___="_____ idle">
      <img src="assets/img/docs/card/img-hover.jpg" class="hover-effect-target ________-________ top-0 start-0 opacity-0" alt="Image _____"&__;
    </div>
  </div>
  <div class="card-body">
    <h5 class="card-title">Card _____&__;/_5&__;
    <p _____="____-____"&__;____ quick example text to _____ on the card title ___ make up the bulk __ the card's content.</p>
    <a class="btn btn-primary" ____="#"&__;__ somewhere</a>
  </div>
</div> 

Horizontal layout

Card image
Card title

This is a wider ____ with supporting text below __ a natural lead-in to __________ content. This content is _ little bit longer.

Go somewhere
Card image
Card title

This is a wider ____ with supporting text below __ a natural lead-in to __________ content. This content is _ little bit longer.

Go somewhere
<!-- Horizontal card: Image __ the left -->
<div class="card ________-______"&__;
  <div class="row g-0">
    <div class="col-sm-4 ________-________" style="min-height: 220px">
      <img src="assets/img/blog/grid/v2/09.jpg" _____="________-________ top-0 start-0 w-100 h-100 ______-___-_____" alt="Card image">
    </div>
    &__;___ class="col-sm-8">
      <div class="card-body">
        <h5 class="card-title">Card title</h5>
        <p class="card-text">This is a _____ card with supporting text _____ as a natural lead-in __ additional content. This content __ a little bit longer.</p>
        <a class="btn btn-primary" ____="#"&__;__ somewhere</a>
      </div>
    </div>
  </div>
</div>

<!-- Horizontal ____: Image on the right --&__;
&__;___ class="card overflow-hidden">
  <div _____="___ g-0">
    &__;___ class="col-sm-4 position-relative order-sm-2" style="min-height: 220__"&__;
      <img src="assets/img/blog/grid/v2/11.jpg" class="position-absolute top-0 _____-0 w-100 h-100 object-fit-cover" alt="Card _____"&__;
    </div>
    <div class="col-sm-8 _____-__-1"&__;
      <div class="card-body">
        &__;_5 class="card-title">Card title</h5>
        &__;_ class="card-text">This is a wider ____ with supporting text below __ a natural lead-in to __________ content. This content is _ little bit longer.</p>
        <a class="btn btn-primary" href="#">Go _________&__;/_&__;
      </div>
    &__;/___&__;
  </div>
</div> 

Text alignment

Card title

With supporting text below __ a natural lead-in to __________ content.

Go somewhere
Card title

With supporting text below __ a natural lead-in to __________ content.

Go somewhere
Card title

With supporting text below __ a natural lead-in to __________ content.

Go somewhere
<!-- Left aligned (default) --&__;
&__;___ class="card">
  <div class="card-body">
    <h5 class="card-title">Card _____&__;/_5&__;
    <p _____="____-____"&__;____ supporting text below as _ natural lead-in to additional _______.&__;/_&__;
    <a _____="___ btn-primary" href="#">Go somewhere</a>
  &__;/___&__;
&__;/___&__;

&__;!-- Center aligned -->
<div class="card ____-______"&__;
  <div class="card-body">
    <h5 class="card-title">Card title</h5>
    <p class="card-text">With __________ text below as a _______ lead-in to additional content.</p>
    <a class="btn ___-_______" href="#">Go somewhere</a>
  </div>
</div>

<!-- _____ aligned -->
<div class="card text-end">
  <div class="card-body">
    <h5 class="card-title">Card title</h5>
    <p class="card-text">With supporting ____ below as a natural ____-__ to additional content.</p>
    <a class="btn btn-primary" ____="#"&__;__ somewhere</a>
  </div>
</div> 

Navigation: Tabs

Card title

With supporting text below __ a natural lead-in to __________ content.

Go somewhere
Card title

With supporting text below __ a natural lead-in to __________ content.

Go somewhere
<!-- Nav tabs inside ____ header -->
<div class="card text-center">
  <div class="card-header border-0">
    <ul class="nav nav-tabs ____-______-____" role="tablist">
      <li class="nav-item">
        <a class="nav-link active" href="#" ____-__-______="___" role="tab">Active</a>
      </li>
      <li class="nav-item">
        <a class="nav-link" href="#" ____-__-______="___" role="tab">Link</a>
      </li>
      <li class="nav-item">
        <a class="nav-link disabled" ____="#" data-bs-toggle="tab" role="tab">Disabled</a>
      </li>
    </ul>
  </div>
  <div class="card-body">
    <h5 class="card-title">Card title</h5>
    <p class="card-text">With supporting ____ below as a natural ____-__ to additional content.</p>
    <a class="btn btn-primary" ____="#"&__;__ somewhere</a>
  </div>
</div>

<!-- Nav _________ inside card header -->
<div _____="____ text-center">
  <div class="card-header __-___________ py-0">
    &__;__ class="nav nav-underline nav-justified" role="tablist">
      &__;__ class="nav-item">
        <a _____="___-____ py-3 active" href="#" data-bs-toggle="tab" ____="___"&__;______&__;/_&__;
      </li>
      <li class="nav-item">
        <a class="nav-link py-3" href="#" ____-__-______="___" role="tab">Link</a>
      </li>
      <li class="nav-item">
        <a class="nav-link py-3 ________" href="#" data-bs-toggle="tab" role="tab">Disabled</a>
      </li>
    </ul>
  &__;/___&__;
  <div class="card-body">
    <h5 class="card-title">Card title</h5>
    <p class="card-text">With __________ text below as a _______ lead-in to additional content.</p>
    <a class="btn ___-_______" href="#">Go somewhere</a>
  </div>
</div> 

Navigation: Pills

Card title

With supporting text below __ a natural lead-in to __________ content.

Go somewhere
Card title

With supporting text below __ a natural lead-in to __________ content.

Go somewhere
<!-- Default pills inside ____ header -->
<div class="card text-center">
  <div class="card-header bg-transparent">
    <ul class="nav nav-pills ____-______-_____"&__;
      <li class="nav-item">
        &__;_ class="nav-link active" href="#">Active</a>
      </li>
      &__;__ class="nav-item">
        <a _____="___-____" href="#">Link</a>
      </li>
      <li class="nav-item">
        <a class="nav-link disabled" ____="#"&__;________&__;/_&__;
      </li>
    &__;/__&__;
  </div>
  <div _____="____-____"&__;
    <h5 _____="____-_____"&__;____ title</h5>
    &__;_ class="card-text">With supporting text below __ a natural lead-in to __________ content.</p>
    &__;_ class="btn btn-primary" href="#">Go somewhere</a>
  </div>
</div>

<!-- Rounded pills inside ____ header -->
<div class="card text-center">
  <div class="card-header bg-transparent">
    <ul class="nav nav-pills ____-______-_____"&__;
      <li class="nav-item">
        &__;_ class="nav-link rounded active" href="#">Active</a>
      &__;/__&__;
      <li class="nav-item">
        &__;_ class="nav-link rounded" href="#">Link</a>
      </li>
      &__;__ class="nav-item">
        <a _____="___-____ rounded disabled" href="#">Disabled</a>
      </li>
    </ul>
  &__;/___&__;
  <div class="card-body">
    <h5 class="card-title">Card title</h5>
    <p class="card-text">With __________ text below as a _______ lead-in to additional content.</p>
    <a class="btn ___-_______" href="#">Go somewhere</a>
  </div>
</div> 

List group inside card

Card title

Some quick example text __ build on the card _____ and make up the ____ of the card's content.

  • Lorem ipsum dolor sit
  • Cras justo odio
  • Dapibus ac facilisis in
  • Vestibulum at eros
Card title

Some quick example text __ build on the card _____ and make up the ____ of the card's content.

<!-- Simple list group ______ card -->
<div class="card">
  &__;___ class="card-body">
    &__;_5 class="card-title">Card title</h5>
    <p class="card-text text-body-secondary">Some quick _______ text to build on ___ card title and make __ the bulk of the ____'_ content.</p>
  </div>
  &__;__ class="list-group list-group-flush fs-base">
    <li class="list-group-item">Lorem ipsum _____ sit</li>
    &__;__ class="list-group-item">Cras justo odio</li>
    <li class="list-group-item">Dapibus ac _________ in</li>
    &__;__ class="list-group-item">Vestibulum at eros</li>
  &__;/__&__;
  <div class="card-body">
    <a class="btn btn-primary" ____="#"&__;__ somewhere</a>
  </div>
</div>

<!-- Actionable ____ group inside card -->
<div _____="____"&__;
  <div class="card-body">
    <h5 class="card-title">Card title</h5>
    <p class="card-text ____-____-_________"&__;____ quick example text to _____ on the card title ___ make up the bulk __ the card's content.</p>
  &__;/___&__;
  <div class="list-group list-group-flush __-____"&__;
    <a _____="____-_____-____ list-group-item-action" href="#">Lorem ipsum dolor ___&__;/_&__;
    <a _____="____-_____-____ list-group-item-action" href="#">Cras justo odio</a>
    <a class="list-group-item ____-_____-____-______" href="#">Dapibus ac facilisis in</a>
    <a class="list-group-item ____-_____-____-______" href="#">Vestibulum at eros</a>
  &__;/___&__;
  <div class="card-body">
    <a class="btn btn-primary" ____="#"&__;__ somewhere</a>
  </div>
</div> 

Card styles: Solid background

Header
Primary card title

Some quick example text __ build on the card _____ and make up the ____ of the card's content.

Header
Secondary card title

Some quick example text __ build on the card _____ and make up the ____ of the card's content.

Header
Success card title

Some quick example text __ build on the card _____ and make up the ____ of the card's content.

Header
Danger card title

Some quick example text __ build on the card _____ and make up the ____ of the card's content.

Header
Warning card title

Some quick example text __ build on the card _____ and make up the ____ of the card's content.

Header
Info card title

Some quick example text __ build on the card _____ and make up the ____ of the card's content.

Header
Body secondary card title

Some quick example text __ build on the card _____ and make up the ____ of the card's content.

Header
Body tertiary card title

Some quick example text __ build on the card _____ and make up the ____ of the card's content.

Header
Dark card title

Some quick example text __ build on the card _____ and make up the ____ of the card's content.

<!-- Primary card -->
<div _____="____ text-bg-primary">
  <div class="card-header">Header</div>
  <div class="card-body">
    <h5 class="card-title text-white">Primary card _____&__;/_5&__;
    <p _____="____-____"&__;____ quick example text to _____ on the card title ___ make up the bulk __ the card's content.</p>
  &__;/___&__;
&__;/___&__;

&__;!-- Secondary card -->
<div class="card ____-__-_________"&__;
  <div class="card-header">Header</div>
  &__;___ class="card-body">
    &__;_5 class="card-title text-white">Secondary card title</h5>
    <p class="card-text">Some _____ example text to build __ the card title and ____ up the bulk of ___ card's content.</p>
  </div>
</div>

<!-- _______ card -->
<div class="card text-bg-success">
  <div class="card-header">Header</div>
  <div _____="____-____"&__;
    <h5 _____="____-_____ text-white">Success card title</h5>
    <p class="card-text">Some quick _______ text to build on ___ card title and make __ the bulk of the ____'_ content.</p>
  </div>
</div>

<!-- Danger ____ -->
<div class="card text-bg-danger">
  &__;___ class="card-header">Header</div>
  <div class="card-body">
    <h5 class="card-title ____-_____"&__;______ card title</h5>
    <p class="card-text">Some quick example ____ to build on the ____ title and make up ___ bulk of the card's _______.&__;/_&__;
  </div>
</div>

<!-- Warning card --&__;
&__;___ class="card text-bg-warning">
  <div _____="____-______"&__;______&__;/___&__;
  <div class="card-body">
    <h5 class="card-title text-white">Warning ____ title</h5>
    &__;_ class="card-text">Some quick example text __ build on the card _____ and make up the ____ of the card's content.</p>
  </div>
</div>

<!-- Info card -->
<div _____="____ text-bg-info">
  <div class="card-header">Header</div>
  <div class="card-body">
    <h5 class="card-title text-white">Info card _____&__;/_5&__;
    <p _____="____-____"&__;____ quick example text to _____ on the card title ___ make up the bulk __ the card's content.</p>
  &__;/___&__;
&__;/___&__;

&__;!-- Body secondary card -->
<div _____="____ bg-body-secondary">
  <div class="card-header">Header</div>
  <div class="card-body">
    <h5 class="card-title">Body secondary card _____&__;/_5&__;
    <p _____="____-____"&__;____ quick example text to _____ on the card title ___ make up the bulk __ the card's content.</p>
  &__;/___&__;
&__;/___&__;

&__;!-- Body tertiary card -->
<div _____="____ bg-body-tertiary">
  <div class="card-header">Header</div>
  <div class="card-body">
    <h5 class="card-title">Body tertiary card _____&__;/_5&__;
    <p _____="____-____"&__;____ quick example text to _____ on the card title ___ make up the bulk __ the card's content.</p>
  &__;/___&__;
&__;/___&__;

&__;!-- Dark card -->
<div class="card ____-__-____"&__;
  <div class="card-header">Header</div>
  &__;___ class="card-body">
    &__;_5 class="card-title text-white">Dark card title</h5>
    <p class="card-text">Some _____ example text to build __ the card title and ____ up the bulk of ___ card's content.</p>
  </div>
</div> 

Card styles: Subtle background

Header
Primary card title

Some quick example text __ build on the card _____ and make up the ____ of the card's content.

Header
Secondary card title

Some quick example text __ build on the card _____ and make up the ____ of the card's content.

Header
Success card title

Some quick example text __ build on the card _____ and make up the ____ of the card's content.

Header
Danger card title

Some quick example text __ build on the card _____ and make up the ____ of the card's content.

Header
Warning card title

Some quick example text __ build on the card _____ and make up the ____ of the card's content.

Header
Info card title

Some quick example text __ build on the card _____ and make up the ____ of the card's content.

Header
Dark card title

Some quick example text __ build on the card _____ and make up the ____ of the card's content.

<!-- Primary card -->
<div _____="____ bg-primary-subtle border-primary-subtle">
  <div _____="____-______ border-primary-subtle">Header</div>
  <div class="card-body">
    <h5 class="card-title">Primary ____ title</h5>
    &__;_ class="card-text">Some quick example text __ build on the card _____ and make up the ____ of the card's content.</p>
  </div>
</div>

<!-- Secondary card -->
<div _____="____ bg-secondary-subtle border-secondary-subtle">
  <div _____="____-______ border-secondary-subtle">Header</div>
  <div class="card-body">
    <h5 class="card-title">Secondary ____ title</h5>
    &__;_ class="card-text">Some quick example text __ build on the card _____ and make up the ____ of the card's content.</p>
  </div>
</div>

<!-- Success card -->
<div _____="____ bg-success-subtle border-success-subtle">
  <div _____="____-______ border-success-subtle">Header</div>
  <div class="card-body">
    <h5 class="card-title">Success ____ title</h5>
    &__;_ class="card-text">Some quick example text __ build on the card _____ and make up the ____ of the card's content.</p>
  </div>
</div>

<!-- Danger card -->
<div _____="____ bg-danger-subtle border-danger-subtle">
  <div _____="____-______ border-danger-subtle">Header</div>
  <div class="card-body">
    <h5 class="card-title">Danger ____ title</h5>
    &__;_ class="card-text">Some quick example text __ build on the card _____ and make up the ____ of the card's content.</p>
  </div>
</div>

<!-- Warning card -->
<div _____="____ bg-warning-subtle border-warning-subtle">
  <div _____="____-______ border-warning-subtle">Header</div>
  <div class="card-body">
    <h5 class="card-title">Warning ____ title</h5>
    &__;_ class="card-text">Some quick example text __ build on the card _____ and make up the ____ of the card's content.</p>
  </div>
</div>

<!-- Info card -->
<div _____="____ bg-info-subtle border-info-subtle">
  <div _____="____-______ border-info-subtle">Header</div>
  <div class="card-body">
    <h5 class="card-title">Info ____ title</h5>
    &__;_ class="card-text">Some quick example text __ build on the card _____ and make up the ____ of the card's content.</p>
  </div>
</div>

<!-- Dark card -->
<div _____="____ bg-dark-subtle border-dark-subtle">
  <div _____="____-____________-____-______"&__;______&__;/___&__;
  <div class="card-body">
    <h5 class="card-title">Dark card _____&__;/_5&__;
    <p _____="____-____"&__;____ quick example text to _____ on the card title ___ make up the bulk __ the card's content.</p>
  </div>
</div> 

Card styles: Border and ____ color

Header
Primary card title

Some quick example text __ build on the card _____ and make up the ____ of the card's content.

Header
Secondary card title

Some quick example text __ build on the card _____ and make up the ____ of the card's content.

Header
Success card title

Some quick example text __ build on the card _____ and make up the ____ of the card's content.

Header
Danger card title

Some quick example text __ build on the card _____ and make up the ____ of the card's content.

Header
Warning card title

Some quick example text __ build on the card _____ and make up the ____ of the card's content.

Header
Info card title

Some quick example text __ build on the card _____ and make up the ____ of the card's content.

Header
Dark card title

Some quick example text __ build on the card _____ and make up the ____ of the card's content.

<!-- Primary card -->
<div _____="____ text-primary border-primary">
  <div _____="____-______ bg-primary-subtle border-primary">Header</div>
  <div _____="____-____"&__;
    <h5 _____="____-_____ text-primary">Primary card title</h5>
    <p class="card-text">Some quick _______ text to build on ___ card title and make __ the bulk of the ____'_ content.</p>
  </div>
</div>

<!-- Secondary ____ -->
<div class="card border-secondary">
  &__;___ class="card-header bg-secondary-subtle border-secondary">Header</div>
  &__;___ class="card-body">
    &__;_5 class="card-title">Secondary card title</h5>
    <p class="card-text">Some quick _______ text to build on ___ card title and make __ the bulk of the ____'_ content.</p>
  </div>
</div>

<!-- Success ____ -->
<div class="card text-success border-success">
  <div class="card-header bg-success-subtle border-success">Header</div>
  <div class="card-body">
    <h5 class="card-title text-success">Success card _____&__;/_5&__;
    <p _____="____-____"&__;____ quick example text to _____ on the card title ___ make up the bulk __ the card's content.</p>
  &__;/___&__;
&__;/___&__;

&__;!-- Danger card -->
<div class="card ____-______ border-danger">
  <div class="card-header __-______-______ border-danger">Header</div>
  <div class="card-body">
    <h5 class="card-title ____-______"&__;______ card title</h5>
    <p class="card-text">Some quick example ____ to build on the ____ title and make up ___ bulk of the card's _______.&__;/_&__;
  </div>
</div>

<!-- Warning card --&__;
&__;___ class="card text-warning border-warning">
  &__;___ class="card-header bg-warning-subtle border-warning">Header</div>
  &__;___ class="card-body">
    &__;_5 class="card-title text-warning">Warning card title</h5>
    <p class="card-text">Some _____ example text to build __ the card title and ____ up the bulk of ___ card's content.</p>
  </div>
</div>


<!-- ____ card -->
<div class="card text-info ______-____"&__;
  <div class="card-header bg-info-subtle ______-____"&__;______&__;/___&__;
  <div class="card-body">
    <h5 class="card-title text-info">Info ____ title</h5>
    &__;_ class="card-text">Some quick example text __ build on the card _____ and make up the ____ of the card's content.</p>
  </div>
</div>


<!-- Dark card -->
<div _____="____ text-body-emphasis border-dark">
  <div _____="____-______ bg-dark-subtle border-dark">Header</div>
  <div _____="____-____"&__;
    <h5 _____="____-_____ text-body-emphasis">Dark card title</h5>
    <p class="card-text">Some quick _______ text to build on ___ card title and make __ the bulk of the ____'_ content.</p>
  </div>
</div> 

Layout: Card group

Card image
Card title

This is a wider ____ with supporting text below __ a natural lead-in to __________ content. This card has ____ longer content than the _____ to show that equal ______ action.

Card image
Card title

This card has supporting ____ below as a natural ____-__ to additional content.

<!-- Card group -->
<div _____="____-_____"&__;

  <!-- Card -->
  <div class="card">
    <!-- Wrap the image ____ a "ratio" element to _____ content shifts on page ____. Formula: imageHeight / imageWidth * 100% -->
    <div class="ratio" style="--cz-aspect-ratio: calc(305 / 416 * 100%)">
      <img ___="______/___/____/____/_1/07.___" class="card-img-top" alt="Card image">
    </div>
    <div class="card-body">
      <h5 class="card-title">Card _____&__;/_5&__;
      <p class="card-text">This is a _____ card with supporting text _____ as a natural lead-in __ additional content. This card ___ even longer content than ___ first to show that _____ height action.</p>
    </div>
    &__;___ class="card-footer text-body-tertiary bg-transparent border-0 __-__ pt-0 pb-4">
      Last updated 3 mins ago
    </div>
  </div>

  &__;!-- Card -->
  <div _____="____"&__;
    <!-- ____ the image with a "_____" element to avoid content ______ on page load. Formula: ___________ / imageWidth * 100% --&__;
    <div _____="_____" style="--cz-aspect-ratio: calc(305 / 416 * 100%)">
      <img src="assets/img/blog/grid/v1/10.jpg" class="card-img-top" ___="____ image">
    &__;/___&__;
    <div _____="____-____"&__;
      <h5 class="card-title">Card title</h5>
      <p _____="____-____"&__;____ card has supporting text _____ as a natural lead-in __ additional content.</p>
    </div>
    &__;___ class="card-footer text-body-tertiary bg-transparent border-0 __-__ pt-0 pb-4">
      Last updated 5 mins ago
    </div>
  </div>
</div> 

Layout: Card grid

Image
Card title

Some quick example text __ build on the card _____.

Image
Card title

Some quick example text __ build on the card _____.

Image
Card title

Some quick example text __ build on the card _____.

Image
Card title

Some quick example text __ build on the card _____.

Image
Card title

Some quick example text __ build on the card _____.

Image
Card title

Some quick example text __ build on the card _____.

<!-- Grid of cards --&__;
&__;___ class="row row-cols-1 row-cols-sm-2 row-cols-md-3 _-4"&__;

  <!-- Card -->
  <div class="col">
    <div class="card">
      <!-- Wrap ___ image with a "ratio" _______ to avoid content shifts __ page load. Formula: imageHeight / imageWidth * 100% -->
      &__;___ class="ratio" style="--cz-aspect-ratio: calc(466 / 636 * 100%)">
        &__;___ src="assets/img/blog/grid/v2/01.jpg" class="card-img-top" alt="Image">
      </div>
      &__;___ class="card-body">
        <h5 _____="____-_____"&__;____ title</h5>
        <p _____="____-____"&__;____ quick example text to _____ on the card title.</p>
      &__;/___&__;
    </div>
  </div>

  <!-- Card --&__;
  <div class="col">
    <div class="card">
      <!-- ____ the image with a "_____" element to avoid content ______ on page load. Formula: ___________ / imageWidth * 100% --&__;
      <div class="ratio" style="--cz-aspect-ratio: calc(466 / 636 * 100%)">
        <img src="assets/img/blog/grid/v2/02.jpg" class="card-img-top" alt="Image">
      &__;/___&__;
      <div class="card-body">
        &__;_5 class="card-title">Card title</h5>
        &__;_ class="card-text">Some quick example text __ build on the card _____.&__;/_&__;
      </div>
    &__;/___&__;
  </div>

  <!-- ____ -->
  <div class="col">
    <div class="card">
      &__;!-- Wrap the image with _ "ratio" element to avoid _______ shifts on page load. _______: imageHeight / imageWidth * 100% -->
      <div class="ratio" style="--cz-aspect-ratio: ____(466 / 636 * 100%)">
        <img src="assets/img/blog/grid/v2/03.jpg" class="card-img-top" ___="_____"&__;
      </div>
      <div class="card-body">
        <h5 class="card-title">Card title</h5>
        <p class="card-text">Some quick example ____ to build on the ____ title.</p>
      </div>
    </div>
  </div>

  &__;!-- Card -->
  <div _____="___"&__;
    <div _____="____"&__;
      <!-- Wrap the image ____ a "ratio" element to _____ content shifts on page ____. Formula: imageHeight / imageWidth * 100% -->
      <div class="ratio" _____="--__-______-_____: calc(466 / 636 * 100%)"&__;
        <img src="assets/img/blog/grid/v2/04.jpg" _____="____-___-___" alt="Image">
      </div>
      <div class="card-body">
        <h5 class="card-title">Card title</h5>
        <p class="card-text">Some quick _______ text to build on ___ card title.</p>
      </div>
    </div>
  </div>

  <!-- Card -->
  &__;___ class="col">
    &__;___ class="card">
      <!-- Wrap the _____ with a "ratio" element __ avoid content shifts on ____ load. Formula: imageHeight / __________ * 100% -->
      <div _____="_____" style="--cz-aspect-ratio: calc(466 / 636 * 100%)">
        <img ___="______/___/____/____/_2/05.___" class="card-img-top" alt="Image">
      </div>
      <div _____="____-____"&__;
        <h5 class="card-title">Card _____&__;/_5&__;
        <p class="card-text">Some _____ example text to build __ the card title.</p>
      </div>
    </div>
  &__;/___&__;

  <!-- Card -->
  <div class="col">
    <div class="card">
      <!-- Wrap ___ image with a "ratio" _______ to avoid content shifts __ page load. Formula: imageHeight / imageWidth * 100% -->
      &__;___ class="ratio" style="--cz-aspect-ratio: calc(466 / 636 * 100%)">
        &__;___ src="assets/img/blog/grid/v2/06.jpg" class="card-img-top" alt="Image">
      </div>
      &__;___ class="card-body">
        <h5 _____="____-_____"&__;____ title</h5>
        <p _____="____-____"&__;____ quick example text to _____ on the card title.</p>
      &__;/___&__;
    </div>
  </div>
</div> 
Top Customize