Design comparison
Solution retrospective
I'm finally understanding css grid
What challenges did you encounter, and how did you overcome them?The use of grid
Community feedback
- @tomxydPosted 19 days ago
Nice work, still need to improve your attention to details especially colors, font weights etc to be used.
Marked as helpful0 - @stephany247Posted 18 days ago
Your code looks good overall! Here's a brief review along with suggestions to improve it, focusing on areas like semantics, accessibility, and styling:
-
Alt Text: The
alt
attributes for images could be more descriptive, like "Daniel Clifford portrait". -
Media Queries Structure: Ensure that the media queries are well-structured. The CSS for smaller screens should be inside the respective media query.
-
Font Loading: Instead of using multiple font weights in a single link, consider importing only the required weights to improve load time.
-
Remove Redundant Styles: Avoid repeating styles that can be grouped or simplified.
Keep up the great work! You're making significant progress, and these small improvements will enhance your skills even further. Remember, coding is a journey and each step you take brings you closer to mastering your craft. Keep pushing forward, and don’t hesitate to experiment and learn! You've got this!
0 -
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