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
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?

Nothing specifically.

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

Nothing for now.

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

Nothing yet.

Community feedback

@jmarsic

Posted

Hello there. I would like to give you few tips that helped me:

  • inside HTML it would be best to have one main element because it specifies the main content of a document instead of article element that is more for forum (like) sites
  • it would be best to avoid using id because of specificity and other things that we need to keep in mind. Simple solution is to use class just once
  • no point of using h4, just use h2 and style it
  • try to use class for every element you want to style (not descendant selector)

I hope this guidelines will help you in the future.

Kind regards, Jake.

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