CSS Grid

CSS Grid is a two-dimensional CSS layout system for arranging content into rows and columns at the same time. You enable it with display: grid on a container.