Hi everyone!
I just finished my first project for Responsive Web Design and would be really happy to receive some feedback
Here’s the link to it: https://codepen.io/lenachestnut/pen/NQbMvj
I would also really appreciate if you could answer some of my questions:
- Do you really have to set a fixed width in px for the img tag along with the max-width in %? That was the only way it passed the tests. Seems a bit redundant.
- I had to zero out margin for figure tag so that the image would actually take up 100% of the container, otherwise there would be side margins of 40px. Shouldn’t it have inherited margin: 0; from the #main?