
Please log in to post a comment
Log in with GitHubCommunity feedback
- P@cravsky
Hi! Congratulations on completing this project!
I have a few comments to help improve it:
The project preview isn't working as expected. It's displaying the README.md file instead of the live version of your project. Please review your deployment process. You can refer to this helpful video: video Also, make sure to rename firstproject.html to index.html to ensure proper loading of the homepage.
To enhance code maintainability, consider using CSS variables. Here's a guide that might be useful: CSS Variables.
It looks like the fonts aren't applied properly. You can fix this by importing them using the
@font-face
rule in your CSS.The color of the "Preparation time" text seems off and might need adjustment for better readability.
The colors in the nutrition table also seem inconsistent. You might want to review and adjust them for better visual appeal.
I hope these suggestions help. Happy coding!
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