Design comparison
SolutionDesign
Community feedback
- @mkborisPosted 3 months ago
Nice work mizanalways here are some suggestions, To handle responsive images effectively you can use the
picture
element. This allows you to specify different images for various screen sizes and resolutions. Using CSS to hide and show images to display differently on various screen sizes is not part of the best practices. Also, to properly center the card, addmin-height: 100vh;
on thebody
and remove themargin-top
from the card.Marked as helpful0@mizanalwaysPosted 3 months ago@mkboris Your suggestion is very nice. I must follow these from now on. Hopefully, you will remember me.
1
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