November 2018
Intermediate to advanced
404 pages
10h 16m
English
Bootstrap wraps web content into its basic layout element, called containers. The container layout is required for its powerful grid system, so you'll see the container syntax extensively in any Bootstrap empowered web content. Here are the basics of container usage:
<div class="container"> <!-- Content here --></div>
<div class="container-fluid"> <!-- Content here --></div>
<body><section class="sec1" id="sec1"><div class="container"> <!-- Section 1 goes to here --> Container 1</div></section> ...
Read now
Unlock full access