Responsive social links profile using Flexbox

Solution retrospective
I am proud of creating a solution similar to the preview even without exact design measurements.
What challenges did you encounter, and how did you overcome them?Setting the style to highlight the list of links on hover was a bit challenging as the text color was still white even when I added the required color to the li:hover selector. I fixed this by adding color:inherit to li:hover a selector.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @MAY55A
Good work. Semantic HTML is included and the code is readable.
However, the dimensions and font sizes should be adjusted and resized based on the screen size.
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