is now part of Shuffle™. The new editor includes templates for Bootstrap, Bulma, Material-UI, and Tailwind CSS.
Switch to Shuffle →

Bootstrap class: .blockquote

<blockquote class="blockquote">
  <p class="mb-0">
    Lorem ipsum dolor sit amet, consectetur adipiscing elit.
  </p>
</blockquote>

Preview

Lorem ipsum dolor sit amet, consectetur adipiscing elit.

Check .blockquote in a real project

Click one of the examples listed below to open the Shuffle Visual Editor with the UI library that uses the selected component.

Tips 💡

Sass source

/* _type.scss:112 */
.blockquote {
  margin-bottom: $spacer;
  font-size: $blockquote-font-size;
}

Uses variables

Code copied to the clipboard.

Copying failed

/* _type.scss:112 */
$spacer
$blockquote-font-size

More in Bootstrap Typography