Update the Layout
Learn how to make our site layout more dynamic and engaging.
Layout's font style
To complete our layout, we’ll do only a couple of things:
Set
Arialas the layout’s font.Update the jumbotron "Pricing" section.
To set Arial as the layout’s font, we can just add this CSS to our layout.
Next, we’ll update the pricing section, which currently looks like this.
We’ll alter the code above by adding another class to wrap the h1 and p tags, and give it a class of container-narrow.
We’ve also added the bg-primary and text-light classes to the utmost wrapping div to make our pricing copy look a bit nicer. ...