I have this layout
X X X X
X X X X
A B
With grid-template-columns: repeat(4, 1fr);
But I actually want the two last items to take the full width of the remaining space, like :
X X X X
X X X X
A A B B
Sorry for the dumb question, gonna watch a complete course but right now I really need to get this done