Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
Completing the project
What challenges did you encounter, and how did you overcome them?Inaccurate height and width in the content div, using the dev tools I found out its off by a bit pixels. After some digging, I had
body {
line-height: 150%
}
thinking, it would apply to every div normally, but it scales off the body font size I think, so the value was different when inherited to child divs.
What specific areas of your project would you like help with?Would appreciate feedbacks on coding practices, code smells
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