[ANSWERED] html – Is it possible to have a large cell in the middle of a Bootstrap 3 grid?
Solution 1 : No need any bootstrap. You only need to setup one cell using grid-area. More about it here https://developer.mozilla.org/en-US/docs/Web/CSS/grid-area Browsers support of grid-area https://caniuse.com/#search=grid-area thanks to Gerard .grid…