
Design comparison
Solution retrospective
I liked this design overall, nothing currently that I would do differently.
What challenges did you encounter, and how did you overcome them?I didn't encounter any significant challenges.
What specific areas of your project would you like help with?I didn't need any help with this project in particular.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @bccpadge
Hi @brandontaylor1. Congratulations on completing this challenge!!!🎉
Your project looks good so far!
HTML 📃:
-
Add
alt
text to images for screen readers:<img src="assets/images/avatar-jessica.jpeg" alt="headshot of Jessica Randall">
-
Wrap social media links in a
ul
tag:
<ul> <li> <a href="https://www.github.com">GitHub</a> </li> </ul>
- Use
target="_blank"
to open links in a new tab.
More info 📚:
CSS 🎨:
- To make your solution more like the design, you can change the
<body>
and.container
background color.
body{ background-color: var(--gray-900) } .container{ background-color: var(--gray-800) }
Here is my solution tho this challenge: Social Links Profile
I hope you find these tips useful! Don’t hesitate to reach out if you have any questions or need further guidance. Keep up the amazing work!
-
- @Ifeoluranmi
good and clean
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