Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
I've learnt javascript and learnt how to use event listener. I was good learning.
Community feedback
- @AdrianoEscarabotePosted 17 days ago
Hey Naveen B, how’s it going? I was really impressed with your project’s result, though I have some advice that could be helpful:
I noticed that your page has a scrollbar and the component is not very well centered, to solve this we can do the following:
.container { max-width: 500px; /* height: 100vh; */ /* margin: 0 auto; */ /* margin-block: 100px; */ width: 100%; }
and:
.main { display: flex; align-items: center; justify-content: center; min-height: 100vh; width: 100%; }
Everything else looks great.
Hope this helps! 👍
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