The CSS grid layout module excels at dividing a page into major regions or defining the relationship in terms of size, position, and layer, between parts of a control built from HTML primitives....wrapper { display: grid; grid-template-columns: repeat(3, 1fr); gap:...grid-template-columns grid-template-rows grid-template-areas...