Design comparison
SolutionDesign
Solution retrospective
As a beginner, still learning, lot of challenges but very proud to finish this one, the logic of the game wasn't that hard, the implementation of the design is a challenging one for me. Any feedbacks and suggestions are welcome 🙂
Community feedback
- @denieldenPosted over 2 years ago
Hi liezl, great work on this challenge! 😉
Here are a few tips for improve your code:
- remove all unnecessary code, the less you write the better as well as being clearer: for example the comments
- centering with
margin
is now not the best way, it uses modern css likeflexbox or grid
- remove all
margin
fromheader
tag andgame-container
class - use flexbox to the
wrapper
class to center the element withoutmargin
Overall you did well 😁 Hope this help!
Marked as helpful0
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