H
H
Horpion2016-03-24 18:38:10
Adaptive design
Horpion, 2016-03-24 18:38:10

What is the .row container for in bootstrap?

Hello!
Please explain in more detail what .row is for? What with him, what without him - everything works fine

Answer the question

In order to leave comments, you need to log in

3 answer(s)
H
HamSter, 2016-03-24
@Horpion

.row {
    margin-left: -15px;
    margin-right: -15px;
}

+ has clearfix
properties Analogue overflow: hidden;
This prevents internal .col- from falling apart

R
RushV, 2016-03-24
@RushV

This row class lines up components in a row .
Elements must be inside a row
.row tag must be wrapped in .container (fixed-width) or .container-fluid (full-width) to properly align and pad.

S
semki096, 2016-03-24
@semki096

most likely it has the property clear: both. That is, a kind of capsule so that their blocks do not swim out and strangers do not swim.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question