With grid-colum you can, for example, make a grid different from the rest, for example occupying a single row:
grid-column: 1 / -1
But it will keep the same height as the rest of the grid's. How can I customize its height? if I put height = 10%
; or height = 20px;
, maintains the same height.
Here you can see how grid-colum works: link
Here you can see how grid 1 has the same height as the grid's from 2 to 7