
Design comparison
SolutionDesign
Community feedback
- P@hhamza1Posted 26 days ago
Great job on your solution! 🎉 The color scheme and typography are well-implemented, and your layout is clean and centered effectively. Using CSS variables for colors is a great touch for maintainability.
A few areas for improvement:
- Your deployment isn't working, so I couldn't preview the site properly—make sure the file paths and hosting setup are correct.
- The social links should be
<a>
elements instead of<li>
, so they are clickable and accessible. - Instead of setting
width: 80%
on<li>
, you can make the parent<ul>
width 100%, ensuring consistent sizing without stretching individual items.
Overall, it's a solid implementation with some minor refinements needed. Keep up the great work! 🚀
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