Design comparison
Solution retrospective
Any suggestions on how I can improve my solution are welcome. Thanks! :)
Community feedback
- @Bishalsnghd07Posted 9 months ago
Hi, @MonicaPoloni
Congrats for completing this challenge🎉
I have a one suggestion for you, I look out into your code. You have been used
width
directly in your body, which cause very serious issue while working with larger projects. Meanwhile it is negligible on smaller projects like this, because you don't have to work with many components in this challenge, when you work with many components your probability of breaking of your layout is very high and it will only create panic. For best practice, I would recommend not to use width in your body, you can use it in child components.Hope, this suggestion will help you!
Happy Coding❤️
Marked as helpful0 - @GLBonfimPosted 9 months ago
Hello @MonicaPoloni!
Your project looks great!
Marked as helpful0
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