I don't know why the icons don't show in the solution screenshot, but they show in the live site. 🤷🏻♀️
jay rathod
@Jayrathod192All comments
- @ferlagherSubmitted over 2 years ago@Jayrathod192Posted over 2 years ago
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.
0 - @AmericanAppleIOSubmitted over 2 years ago
Hi everyone,
Had a little help on this one to better understand grid and flex concept still struggling to make a complete sense of it.
What is the best practice for css, external file or included in html?
@Jayrathod192Posted over 2 years agoBest 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 helpful0