Design comparison
SolutionDesign
Solution retrospective
How could I have made it even better?
Any tips will be highly appreciated.
Community feedback
- @the-coding-beekeeperPosted about 1 year ago
Hi Joseph,
congratulations for finishing the project! I have one suggestion to improve your code: the <center> tag is outdated. To center text or other items try this instead in your css: display: flex; flex-direction: column; align-items: center; text-align: center;
Greetings! the-coding-beekeeper
Marked as helpful0@Josephmungai99Posted about 1 year ago@the-coding-beekeeper Thank you so much for the feedback I didn't know that the <center> tag is outdated, thank you for the heads up.
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