Design comparison
SolutionDesign
Solution retrospective
Hi guys, I send my challenge, wait for your comments, thanks!
Community feedback
- @NehalSahu8055Posted over 1 year ago
Hello Coder 👋.
Congratulations on successfully completing the challenge! 🎉
Few suggestions to improve your design
- Replace
width
withmax-width
to make it more responsive. - Replace
figure
withpicture
tag.
Ex:
<picture> <source media="(max-width:800px)" srcset="path"> //Mobile <img src="path" alt=""> //Desktop </picture>
I hope you find this helpful. Above all, the solution you submitted is great !
Happy coding😄
1 - Replace
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