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>
Access this course and 1400+ top-rated courses and projects.