HTML and CSS | Blog Preview Card Main

Solution retrospective
Any suggestions on how I can improve my solution are welcome. Thanks! :)
Please log in to post a comment
Log in with GitHubCommunity feedback
- @Bishalsnghd07
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 helpful
Join 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