Design comparison
SolutionDesign
Community feedback
- @AdrianoEscarabotePosted about 1 month ago
Hi Eymen Bacar, how are you doing? I really loved the outcome of your project, but I have a few suggestions that I think might be helpful:
I noticed that your component is not centralized to resolve this we can do the following:
body { display: flex; align-items: center; justify-content: center; min-height: 100vh; }
and:
.container { /* width: 50%; */ padding: 10px; margin: auto; display: flex; flex-wrap: nowrap; }
The rest is excellent.
I hope you find it useful. 👍
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