Problem Statement
Which class must wrap all rows in a Bootstrap grid?
Explanation
Rows must be placed inside a container or container-fluid to keep content aligned and add the correct padding for the grid system.
Code Solution
SolutionRead Only
<div class='container'><div class='row'></div></div>
