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?
No description
5 Replies
Ribas
RibasOP•11mo ago
Thank you, this is the way I should do it right? Instead of using display: grid x2
Tok124 (CSS Nerd)
Tok124 (CSS Nerd)•11mo ago
Yupp. This is how you should use grid properly. no need for all that html code that you have
Ribas
RibasOP•11mo ago
Nice, thank you
Tok124 (CSS Nerd)
Tok124 (CSS Nerd)•11mo ago
No problem 🙂

Did you find this page helpful?