What would be the best method to position the blocks in a similar manner as in the picture?
I tried to use tables, but in this case it’s not possible to properly center the number to the text.
There is no way to expand a row into several columns in the grid?
Sorry if the question is stupid, I’m just learning.
2
Answers
You can use CSS grid to achieve that. Something like that should do the job:
I hope this can help