Blockquotes/Simple Lists

There's a couple of special typographic elements like blockquotes and simple lists that do have their own special classes.


Blockquotes

blockquote blockquote-footer figure

Try it

Bootstrap has a special blockquote class that makes the font a little bigger. There's a special footer version of the class, but if you want to use it, you should use a figure container since it should be outside the blockquote according to conventions.


Basic Lists

  • list-{TYP}
    • TYP: unstyled inline inline-item

Try it

There's a whole set of more complex list and list group classes, but there's a couple of simple classes you can use with regular lists as well. The unstyled class simply removes the margins and bullets, while the inline class brings the list items next to each other...like navigation.