Latest comments
- @ferlagher@Jayrathod192
GitHub Pages are case sensitive. Not only for folders, but also for image names. so check your icon name in local and github to make sure both are same. And GitHub's servers take a little time to update files. And update your screenshot in frontendmentor also, it will solve your problem.
- @AmericanAppleIO@Jayrathod192
Best practice is always use external css. for maintenance, it is much easier to modify one CSS file that can impact multiple web pages then needing to go into every HTML page and modify your styles per page. Many sites have hundreds if not thousands of pages or templates - so having to go through each one would be a royal pain
Marked as helpful