Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
I'm proud I finshed this challenges.
What challenges did you encounter, and how did you overcome them?Nevermind.
What specific areas of your project would you like help with?I want to write better solutions. Pleas i do not know what to do you with width provided for the mobile view. Any suggestion and advice is welcomed.
Community feedback
- @Harsh-Kumar-DwivediPosted 7 months ago
Hi @pnsiah,
Nice Solution !
I think you should remove
width
CSS property fromblog-card
class. This should make card look better on mobile.For
illustration-article.svg
, prefer using<img>
element instead of<div>
element and give<img>
elementwidth: 100%;
andborder-radius
.Hope it is helpful !
Happy Coding !
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