Réponse
size of each row
Colonne
Explication
exemple : .grid {
display: grid;
width: 1000px;
height: 500px;
grid-template: 200px 300px / 20% 10% 70%;
}
Question
When using grid-template, the values before the slash will determine... ?
Thématique






