Positioning Challenge 7

For this challenge crete your own design using 3, 4 or 5 boxes and positioning. Add here in the HTML a description of wht you made and how you made it.

I made a tunnel design using the boxes and the z-index property, alongside scaling down each box by 10%.

1
2
3
4

Here is one that I made

This one is responsive and uses border radius and z-index to adjust the parent container div.

Positioning Challenge Extra