Design comparison
Solution retrospective
I strugged making this fully responsive, though I think I've gotten it about 85-90% of the way there. I started mobile first, but even so, because of the non linear changes in margins and gaps between mobile / tablet / desktop I ended up having to use a tonne of breakpoints and so many clamp()
s
If you check in responsive mode with dev tools, the site should be fluid and look okay in every viewport width. But I'd really like to figure out a way to make it fluid without so many breakpoints.
Community feedback
- @EmmanuelHexerPosted over 2 years ago
Hi Daniel, I took some time to look at your solution and you did a great job!
However I have some tips for improving your code:
- Note that all
img
elements should have analt
attribute. By adding this it will prevent you from having html and accessibility issues here.
Hope this help and happy coding!
0 - Note that all
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord