
Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
I did this project about 1hour and this was amazing for me.
What challenges did you encounter, and how did you overcome them?place the buttons in center and give them all width 100% button making the parent element as display: flex; does the work.
What specific areas of your project would you like help with?i
Please log in to post a comment
Log in with GitHubCommunity feedback
- @EFEELE
If you add these 3 lines to your body you will be able to center your element vertically and horizontally:
- justify-content: center;
- align-items: center;
- height: 100vh;
In addition to that, I would recommend adding a transition to your buttons to make it look even better:
- transition: .2s ease;
Join 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