Design comparison
SolutionDesign
Solution retrospective
Please reveiw and tell me What to improve on. Thanks
Community feedback
- @dboca93Posted 11 months ago
Hey Alex,
Well done on attempting the task, I hope you are enjoying coding challenges. The biggest issue I noticed with your code is that on line 35 you put:
align-content: center;
When it should be :
align-items: center;
This would immediatly improve how your website looks, and make it closer to the design. All the best with your coding journey !
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