Design comparison
Solution retrospective
-If you want to see the full styling, copy the repo locally and run it using liveserver or a local hosting service of your choice in the IDE.
Community feedback
- @DavidMorgadePosted about 2 years ago
Hey man great job with the project!
The project looks good both in Mobile and Desktop, there is no need to run the project locally to see the styles, you just need to link the relative path to your project like this:
<link rel="stylesheet" href="./output.css">
Instead of:
<link rel="stylesheet" href="/public/output.css">
This
./output.css
will work for you because your CSS file is in the same folder as the html file, then to refer to the same folder you just have to type./
followed by the name of the file.Hope my feedback helps you!
Marked as helpful0@ExiturnPosted about 2 years ago@DavidMorgade
Thank you for the feedback!
I was doing some moving around of the files in the directory due to Github Pages not allowing me to change the root folder so I must have forgotten to change the stylesheet link so I will definitely remember for next time :-)
1
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