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