Hello everyone, This is my first attempt at doing a responsive site. It was hard to choose which units to use and I'm not sure if there are any better ones I could have used? I also had some difficulty matching the height of the designs columns, do I use margin to give it a little more height? Any advice would be appreciated. Thank you in advance.
Randy Kwalar
@RandyKdevAll comments
- @DanielJvVSubmitted about 3 years ago@RandyKdevPosted about 3 years ago
Hi
I think the right amount of
margin-top
on the learn more buttons would bring it closer to matching the height of the intended design.0 - @FlamickSubmitted over 3 years ago
I struggled a bit with the responsive design of this challenge. I've been focusing on doing a mobile first design and I primarily had issues with the responsiveness of the images. I kind of had to "hack" a solution together but I know it could have been done better with proper structure to the html. Any feedback in this regard would be appreciated as that was what gave me the most issues in this challenge. Overall I feel like I ended up with a decent design overall but it could have been better. Thank you.
@RandyKdevPosted over 3 years agoI just completed this challenge today and I am still a newbie at this, but one thing I can suggest is:
- For the image section, an empty
div
could be used and the image added as abackground-image
of thediv
. I think this way, all the initial wrapping could be removed
Marked as helpful0 - For the image section, an empty