Design comparison
SolutionDesign
Solution retrospective
**All Feedback are Welcome😊😊!! **I successfully completed another challenge🎉🎉. In the challenge, I learned new things, such as gradient colors and shadow.
Community feedback
- @Zy8712Posted 12 months ago
Your site looks great! Main things I'd change/add to your site:
- adding some more responsiveness to your page. When I shrink my browser window the component gets super squished together
- there should only be one
<h1>
tag per page, so I would replace the one being used for the76
as<h1>
tags should really be used for titles that describe the contents of the page - you should try to use more flexbox to organized the layout of your page. For example you could use something like
display: flex
andjustify-content: space-between
for your Reaction, Memory, Verbal, and Visual boxes
For more about flexbox you could watch these tutorials: link1 link2
Hope you find this feedback useful 👍
Marked as helpful0@AyyappanakkalaPosted 12 months agoThank you so much!😊, for the feedback and giving suggestions. @Zy8712
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