Jagat Jeevan Sahoo
UI Developer @ThoughtWorks A tech enthusiast
By Jagat Jeevan Sahoo
Css Grid Layout: A powerful and modern way to layout the page components leveraging browser support with minimal code. We have been using frameworks like bootstrap, etc to get the layout. This new way of implementing code, we would be making a good isolation of the semantics and style. While flex box being a 1-dimensional, css grid layout is a 2-dimensional layout-ing technique to help us in layout of the page. Other advantages of using the modern techniques are keeping the code clean, segregated and sanity of the markup. Here, we would take a simple comparison with bootstrap and create a image gallery.