Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

Submitted

Social Links Profile

sreos 110

@sreos

Desktop design screenshot for the Social links profile coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

Solution retrospective


What are you most proud of, and what would you do differently next time?

I will write the html page better

What challenges did you encounter, and how did you overcome them?

Centering the elements

What specific areas of your project would you like help with?

margining and padding

Community feedback

alvarozama 360

@alvarozama

Posted

Three things to note:

  1. The background color of the page appears to differ a bit from the original. Not a big deal and can be corrected within a single line of code.
  2. Links to social media sites are maked down with only <p> elements and while visually this accompleshes the task, they're laking anchor elements <a> that direct you to the person's SNSs, rendering the page functionally useless. Just wrap your <p> elements within <a> elements and change the text-decoration property of said <a>s to none.
  3. Seems like hover and focus states are missing from the code and therefore the social media links are not highlighted when selected/hovered over.

The CSS code looks clean and concise. However, this might be due to there being some missing elements from the HTML.

0

Please log in to post a comment

Log in with GitHub
Discord logo

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