grid-template
attribute is the combined shorthand for grid-template-columns
, grid-template-rows
and grid-template-areas
grid
attributes are combined shorthand forms of the six attributes of,
- grid-template-rows
- grid-template-columns
- grid-template-areas
- grid-auto-rows
- grid-auto-columns
- grid-auto-flow
From the perspective of easy reading and writing, it is recommended not to merge attributes, so these two attributes will not be introduced in detail here.
//= htmlentities($post["body"]); ?>