Containers
Learn about container classes in this lesson.
We'll cover the following...
We'll cover the following...
What are containers?
Containers hold all of the website’s content, and play a vital role in our website’s layout while working with Bootstrap.
We can use the container property using the .container class.
<body><div class="container"/>website content</div></body>
Container types
Let’s look at some of the container types that Bootstrap offers. The pixel values indicate the width allocated by the ...