542 Views
For years web developers have been creating grid-like layouts for the web using different techniques which were never mean to solve this use-case like tables, inline-blocks and floats of relative sizes, flexbox, etc. The CSS Grid Layout is a native way to create grid-like layouts for the web in CSS.
0 comments