
Design comparison
Community feedback
- @Howslifem8Posted 3 months ago
Hello, as a junior dev your code seems flawless to me. The html & CSS are incredibly semantic & flow in a logical manner. I found it really easy to read through your code & figure out your solution. Sorry I can't offer any advice for improvements but I would like to let you know that I've learned a lot from reviewing your code. Such as using variables for your text colors, and how you applied your mobile-first design. Awesome job on your code structure, and amazing job making your code semantic. Great job, keep up the amazing work !
0 - @hitmorecodePosted 3 months ago
Congratulations looks good. Just one tip.
- When switching to small screen size the image changes before the card adjust to small screen size. Change the
max-width
in the media query to the same size as themax-width
on the picture element.
I hope you find this helpful. Keep it up👍👌
0 - When switching to small screen size the image changes before the card adjust to small screen size. Change the
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