Bootstrap CSS Classes

Bootstrap CSS class .blockquote

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

Preview

CSS source

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

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.

More Bootstrap CSS classes in Typography category

© 2024 Shuffle. All rights reserved.