
Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
It is my first project which is not made properly but tried my level best to complete it. I will definetely work on my css skills to show better output in it.
What challenges did you encounter, and how did you overcome them?CSS codes are not running properly.
Community feedback
- @mbank14Posted 3 months ago
Hello, I might know why your CSS isn't working as expected. You included the wrong file,
reciepe.css
was not found. You can replace it withstyle.css
:<link rel="stylesheet" href="style.css" />
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