I have been searching all over the internet and have not been able to find a grid layout like this.
The "grid-template-columns" property is not achieving what I need, as I cannot make one box larger than the others. I am looking to create 4 equal boxes and 1 box that has equal height and width, forming a square box that is twice the size of the grid gap.
Attached is an image I created to help illustrate what I am trying to achieve.
I also attempted to use display: flex, but I am not fully grasping how it works. Any assistance would be greatly appreciated. Thank you!