A grid is a collection of horizontal and vertical lines creating a pattern against which we can line up our design elements. They help us to create layouts in which our elements won't jump around or change width as we move from page to page, providing greater consistency on our websites.
Using "grid-col-2" class would divide the container into two equal parts and you can use these columns as per your needs.
Grid Item - 1
Grid Item - 2
Using "grid-col-3" class would divide the container into three equal parts and you can use these columns as per your needs.
Grid Item - 1
Grid Item - 2
Grid Item - 3
On This Page