Answer the question
In order to leave comments, you need to log in
Why is row needed in bootstrap?
What does the .row class in Bootstrap do? Why is he needed?
Answer the question
In order to leave comments, you need to log in
.row {
margin-left: -.9375rem;
margin-right: -.9375rem;
}
It works like a clearfix, it clears the stream of floats, in our case it is "col-lg-n"
Where n is the size of the column, it is mainly used only if there are columns, that is
Container>row>col
To use the grid system, you will have to add the .row class to the main div.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question