From the course: Bootstrap 5 Essential Training
Unlock this course with a free trial
Join today to access over 25,300 courses taught by industry experts.
Blockquotes and simple lists - Bootstrap Tutorial
From the course: Bootstrap 5 Essential Training
Blockquotes and simple lists
- [Tutor] There's a couple of special typographic elements like blockquotes and simple lists that do have their own sets of classes. Let's take a look at blockquotes first. Bootstrap has a special blockquote class that makes the font a little bit bigger. There's a special footer version of the class but if you want to use it you should also use a figure container since it should be outside the blockquote, according to conventions. So let's take a look at how that works. So here we have what the text normally looks like without the blockquote class and with the class of blockquote, you can see that it gets a little bit bigger not a ton bigger, but just a little bit bigger. Not that sure that it's super worth it. However, if you do want to use a footer like this a reference to a name or a quotation of the name then what you want to do, or the way you want to officially code it is by using something like a figure. And I've coded that for you here. So you can take a look at how that…