Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
- I am proud that I started, I told my self that I would practice some web skills and I did
- I had to set up my environment on a new machine and get familiar with HTML and CSS again
- efficiency, I sometimes feel like I am just slapping CSS together in a way that does work, but could be better
Community feedback
- @io-oseinanaPosted 8 months ago
Hello @JonKnitt1205, congratulations on completing this project, let's make some changes that may be helpful ๐
Suggestion:
- It's recommended ๐๏ธ to put CSS into its own file which may help in the following:
- Cleaner Code Structure ๐งน: Keeping HTML and CSS separate makes each file easier to read and maintain.
- Reusability ๐จโ๐ป: By separating CSS into its own file, you can easily reuse styles across multiple HTML files.
- Scalability ๐: Separating CSS allows you to manage styles more efficiently. You can easily add, remove, or modify styles without directly affecting the HTML structure.
- Faster Loading Times ๐: When CSS is externalized into a separate file, the browser can cache it, improving loading times for subsequent page views.
- Also consider using CSS reset in your future projects
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