Design comparison
Solution retrospective
I'm most proud of successfully completing this Frontend Mentor challenge.
What challenges did you encounter, and how did you overcome them?One of the major challenges I encountered was to properly align the images and text in card.
What specific areas of your project would you like help with?Any guidance on improving responsiveness, optimizing code structure, or enhancing accessibility would be greatly appreciated.
Community feedback
- @ePauloPosted 5 months ago
Desktop version look nice. :-) Suggestions:
- use <h1> tag for your main (the most prominent) title, then <h2> for next prominent title/subtitle... then <h3> , and so on. Then use CSS styling for how each title/sub-title looks on the screen.
- try using a media query to adjust the design for smaller screen sizes.
My approach to responsive design... write the HTML code based on the desktop design, then write the first draft of the CSS code based on the mobile design, and finally add a media query to add or adjust css code specifically for the desktop design.
Here's a link to begin learning how to use a media query: https://developer.mozilla.org/en-US/docs/Learn/CSS/CSS_layout/Media_queries
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