There’s no best way. The easiest, in my opinion, is just use Grid Layout. Grid is the easiest way to overlap content like that without filling your content with unnecessary markup.
The grid way:
Create a<section>
Give it display: grid. In this example I used 4 columns and 6 rows
Hi Gilson,
So i’ve completed the project with grid on de desktop, but I noticed that some older browsers do not support grid, so my website looks all wrong. Is there a way to fix it?