My question is about how to create an area with css grid layout that occupies the whole screen, that is, as if it gave you a height:100vh
, and a width:100vw
.
I am trying to give the number of ROWS to a slider so that it occupies just the screen to me, but in the specification of css grid layout I do not find anything specific (it is worth the redundancy). Nor creating a grid area of 100vh, since I guess that grid-areas do not have these values as default.
The only thing I get is to give some values to the container, but it is not adaptable, since it is not the measure in screen proportions, but in columns and rows. Any idea how it could be done or if there is still no value in this regard?