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

Responsive social links

zenmatcha 30

@zenmatcha

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


My issue right now is more related to Github Pages. The css stylesheet is not being picked up for some reason...

Community feedback

Eddy M 50

@diazeddym

Posted

Hello there, Looks like you had a problem linking your style sheet. Instead of having: <link rel="stylesheet" type="text/css" href="/style.css" /> in your HTML, try using: <link rel="stylesheet" href="styles.css">

Once you make those changes the page will load up correctly. After that you will need to make this small change to the source image for the profile picture: ./assets/images/avatar-jessica.jpeg by adding a period before /assets it makes sure to go inside that folder to search for the picture.

Hope that helps. Happy coding

Marked as helpful

1

zenmatcha 30

@zenmatcha

Posted

Thank you so much for your help! This was the solution :D @diazeddym

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