
Design comparison
Solution retrospective
Any suggestions on how I can improve are welcome! thanks and happy coding
Please log in to post a comment
Log in with GitHubCommunity feedback
- P@Dereemii
About css
I would recommend create an assets folder and drag all your css there, inline style are not recommended, because it can makes your html file to long and hard to edit for other developers.
About media queries
I recommend using logical operators Link to css tricks
About bootstrap
I think you could export only the things you are going to use from the library, for example the grid, because it makes your project heavier c:. Try to pick only the stuff you need
Notes Remeber to add the favicon
Sorry if my english is not proper I hope I can help you
Marked as helpful
Join 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