Responsive Social links profile in HTML + CSS

Solution retrospective
Just being consistent. My 3rd challenge in 4 days.
What challenges did you encounter, and how did you overcome them?I still can't import fonts or use CSS variables without looking at my cheat sheets.
I am not sure the best way to name my CSS variables.
What specific areas of your project would you like help with?n/a
Please log in to post a comment
Log in with GitHubCommunity feedback
- Account deleted
Great job! I recommend using the
<article>
and<nav>
tags, along with<ul>
and<a>
tags. When a user clicks on one of the links, it will take them to the page or site specified in thehref
attribute of the<a>
tag. Don't forget to usearia-label
to improve accessibility, and avoid using<div>
inside<h1>
and the<img>
tag. Instead of using<div>
for location and bio, use the<q>
and<h2>
tags. For the CSS code, try to remove unnecessary and duplicate elements likefont-weight
. Good luck!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