1/* Answer to: "css grid mdn" */
2
3/*
4 The grid CSS property is a shorthand property that sets all of
5 the explicit grid properties (grid-template-rows,
6 grid-template-columns, and grid-template-areas), and all the
7 implicit grid properties (grid-auto-rows, grid-auto-columns, and
8 grid-auto-flow), in a single declaration.
9
10 For more information, go to:
11 https://developer.mozilla.org/en-US/docs/Web/CSS/grid
12*/