Containers
Learn about container classes in this lesson.
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>
Get hands-on with 1400+ tech skills courses.