From the course: Bootstrap 3 Essential Training

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Understanding Bootstrap helper classes

Understanding Bootstrap helper classes - Bootstrap Tutorial

From the course: Bootstrap 3 Essential Training

Start my 1-month free trial

Understanding Bootstrap helper classes

- Bootstrap has a number of miscellaneous classes that can help you take care of common styling needs. First, Bootstrap offers a number of predefined contextual colors. You'll see them reappear in a bunch of other places, as well. You can use them to highlight text colors, or backgrounds. So let's go ahead and use some of these. I'm going to modify all these paragraphs so that they have a class. And I'll start by using text muted. So that should make all of the text appear a little lighter than normal. And if I modify some of these to use the other classes, so I'll use primary here, I'll do success here, and then I'll do info, and some of the other ones here. You should see the colors here. Now the colors appear a little bit different than in some of the other places where you see these. They're a little bit darker just to make the text more readable. In the same way that you can change the background color by using background, or BG, and then the name of the color. So we'll go ahead…

Contents