Is it possible to create a responsive grid like the one shown in the image below?
I attempted to use absolute positioning for all blocks, but I'm having trouble making it responsive...
I should note that the styling will be generated dynamically using a PHP script.
<img class="responsive" src="01.png"style="position:absolute;">
<img class="responsive" src="02.png" style="position:absolute;margin-left: 168px;">
Any assistance on this matter would be highly appreciated.
Thank you :)