Design comparison
SolutionDesign
Solution retrospective
What specific areas of your project would you like help with?
when uploading to github how do I maintain my CSS styles and images used in the HTML file? Some of my styling options have reverted back to default when I uploaded everything
Community feedback
- @YacoubDweikPosted about 1 month ago
Hey halovii!
in the index.html just edit this line in the head:
- <link href="style.css" rel="stylesheet">
and make it like this:
- <link href="./style.css" rel="stylesheet">
Also there's no need for you to edit all these folders just upload the whole file exactly as you downloaded it from Front End Mentor!
If you any have questions you can contact me thru my Instagram or LinkedIn, there are on my profile page, good luck!
Marked as helpful1
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