Custom Text Classes
Learn about custom text classes in Bootstrap.
We'll cover the following...
Those who have worked with CSS before have learned to implement text classes. Similarly, Bootstrap provides us with some custom text classes. Let’s take a look at them.
Lead
Want a paragraph to stand out from the rest? We can use the .lead
class. This class increases the font size of the paragraph and makes the text color a bit grayish.
Block quotes
Most people have read a quote from a famous personality. Quotes are usually displayed in a special manner when compared to normal text.
The following code example shows the .lead
and ...