Answer the question
In order to leave comments, you need to log in
CSS Grid: repeat() in Microsoft Edge perhaps?
There is a grid, initially everything was tested in chrome / mozilla.
height: 100%;
display: grid;
display: -ms-grid;
grid-template-columns: repeat(24, 1fr);
-ms-grid-columns: repeat(24, 1fr);
grid-template-rows: 50px repeat(4, 1fr) 50px;
-ms-grid-rows: 50px repeat(4, 1fr) 50px;
repeat(24, 1fr)
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question