- Bootstrap 4 Cookbook
- Ajdin Imsirovic
- 52字
- 2021-07-02 21:08:09
Customizing the blockquote element with CSS
In this recipe, we will examine how to use and modify Bootstrap's blockquote element. The technique we'll employ is using the :before and :after CSS pseudo-classes. We will add HTML entities to the CSS content property, and then style their position, size, and color.