My version of huddel landing page with a single introductory section

Solution retrospective
I’m proud to keep practicing and to have completed another challenge.
What challenges did you encounter, and how did you overcome them?I'm not entirely sure how to work with background images in responsive design. I think the way I implemented it looks okay, but I'd like to learn more about best practices and standards.
What specific areas of your project would you like help with?Open to any feedback that can help me improve.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @MarziaJalili
Amazing work! 🔥
🌟 A tiny sugessteenoo?
✅ The social links on the bottom of the page would be better nested in the
<a>
element.✅ Then, you could set the href to either the actual websites like
https://instagram.com
or leave as a dummy link.✅ Also, you should the aria label fir the links as every
<a>
element should have some explicit text within it.✅ Overall:
<a href="https://instagram.com" aria-label="instagram-web" > <i class="fa-brands fa-instagram"></i> </a>
Yooooo man! The web looks great overall, keep up the grind!
😎😎😎
Marked as helpful
Join 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