is it possible to make divs grow according to its grid cell?
I'm trying to make a wordle game and a problem I'm confronting is about responsibility. I want each div to have a 1fr of size, that is, its grid cell width and properties.
Can someone guide me on how to do this? Css code in image
Codepen: https://codepen.io/leoncelestino/pen/OJqGwwz
5 Replies
Html:
If needed some more information please let me know
It shows nothing, i think it is because the divs don't have anything to base its size
I'm trying to post this in a codepen j a minute
Done