Design comparison
SolutionDesign
Solution retrospective
Any feedback would be appreciated.
Community feedback
- Account deleted
It is pretty good. Just add the below code the body element in css so you can center the component.
body{ display: flex; flex-direction: column; align-items: center; justify-content: center; height: 100vh; }
Marked as helpful0@karmattPosted over 3 years ago@saadshaikh1992 thank you! I completely overlooked that. Anything else you can think that I need to add, change or make more efficient would be appreciated.
0Account deleted@karmatt No it works fine otherwise.
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