How to make this grid layout without using display grid 2 times?
Is it possible to make this layout (1 full width row and 2 columns below) without using display grid 2 times like I did?
5 Replies
Thank you, this is the way I should do it right? Instead of using display: grid x2
Yupp. This is how you should use grid properly. no need for all that html code that you have
Nice, thank you
No problem 🙂