Design comparison
Solution retrospective
I added social icons to the page.
What challenges did you encounter, and how did you overcome them?finding an icon for Frontend Mentor. fortunately, the favicon was included in the project files and i was able to use it.
What specific areas of your project would you like help with?how to create or use already created Favicons
Community feedback
- @Tamar86Posted about 2 months ago
My code uses some semantic HTML elements which is good for accessibility and SEO. I use a contrast ratio (light text on a dark background). Interactive elements, such as <li> items with hover effects, are implemented. Images use the alt attribute, which is essential for screen readers. The use of Flexbox (display: flex;) and Grid (display: grid;) properties provides a good foundation for responsive design. The code is generally well-organized, with clear class names that describe their purpose.
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