What is the purpose of a Bootstrap .row class?
.row
The Bootstrap .row class is used to create a horizontal group of columns that add up to 12 columns total. We place an element with the .row class inside of an element with the .container class so that the .row is aligned properly.
.container
If the .row class is used immediately after the <htlm>, would that not make the whole page easy to work with?
<htlm>
Yeah I second this - curious if an answer will appear a couple of years later…
couldn’t i just use a display: inline; followed by a justify element to achieve the same thing ?