I am trying to figure out the best way to create a container with three columns of content. I can't decide if using bootstrap or CSS Grid would be most effective.
Instead of having distinctly separate columns, I would like one continuous column that is divided into three sections stacked on top of each other vertically, similar to the example image provided below. This way, the content will flow seamlessly from one section to the next.
The order of the sections should be as follows: 1,2,3 from left to right horizontally and then 1,2,3 from top to bottom vertically.