From the course: Bootstrap 4 Essential Training

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Working with rows and columns

Working with rows and columns - Bootstrap Tutorial

From the course: Bootstrap 4 Essential Training

Start my 1-month free trial

Working with rows and columns

- [Instructor] Rows prepare the content for a layout and columns go inside rows and let you take advantage of the 12 column grid. So let's take a look at how they work. Now first, to create a row, you create some sort of container, usually a div, and you give it a class of row. Now normally the element or the class of row goes inside a container tag. Now you can also add a class in addition to the row class that lets you determine how many items should fit inside this layout. So for example, if you say row calls two, that means that this layout assumes that there's going to be two columns in that container. The different break points allow you to modify how that works depending on the width of the browser. Now that's going to make more sense when I get to the next video, when we discuss how to add multiple classes. In addition to that, you can also add a class called no gutters, by default, any columns inside rows will…

Contents