Design comparison
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
- @diazeddymPosted 9 months ago
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 helpful1@zenmatchaPosted 9 months agoThank you so much for your help! This was the solution :D @diazeddym
0
Please log in to post a comment
Log in with GitHubJoin 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