Design comparison
Solution retrospective
Would love to get feedback on:
- Usage of semantic HTML tags
- Responsiveness
- Styling practices Any other feedback or suggestions would also be more than welcome!
Community feedback
- @NikolaD93Posted almost 2 years ago
Hello there! 👋
Congrats for completing the challenge! Everything looks great and the code is clean. 🙌
One tiny suggestion, you can put your CSS file in one folder named public, that's the best practice.
Hope this was helpful for you!
Happy holidays! 🎉✌
0@Adithya2907Posted almost 2 years ago@Nikola1232456 Thank you for the suggestion. Why is it preferred to have CSS files inside a public folder? What specific purpose does it serve?
1@NikolaD93Posted almost 2 years ago@Adithya2907 As the name suggests "public", it is to serve static files (which don't change) like CSS, JavaScript, images, etc.
We keep these files in the public folder and expose the entire folder through proper means.
Now, whoever requests these files (The browser) which are present in this public folder can access the files . Note that you can have any name and expose it , the "public" is just a proper and common name.
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