I looked into the bootstrap.css, and didn't quite understand. The only codes about .row looks like this. Why and when do we need .row in bootstrap?
.row {
margin-right: -15px;
margin-left: -15px;
}
.row:before,
.row:after{display: table;
content: " ";
}
.row:after{
clear: both;
}