Grid Layout Issue in CSS

Hey all! I'm trying to solve this problem in my CSS, where I want three tabs to go across in columns, then the final two tabs in rows. How can I solve this issue. I've tried using
display:grid
and it hasn't worked for me thus far
Was this page helpful?