The grid CSS property is a shorthand property that sets all of the explicit and implicit grid properties in a single declaration.
This property is a shorthand for the following CSS properties:
1. grid-auto-columns
2. grid-auto-flow
3. grid-auto-rows
4. grid-template-areas
5. grid-template-columns
6. grid-template-rows
🔔 Subscribe for more videos like this : https://www.youtube.com/c/CodeCanvas?...
#css3 #css #csstricks