...

/

Creating a Grid

Creating a Grid

Learn how to create a grid layout.

Overview

The Bootstrap 4 grid system is entirely responsive and scalable up to 12 columns (depending on the device size) by laying out the website using rows and columns. It has a responsive, mobile-first, and fluid grid architecture that adjusts the columns as the device or viewport size grows.

Let’s begin by adding container-fluid to the header and footer, and the container class to the middle section of our layout.

Create the grid

We can try the changes suggested in the ...