Design comparison
Solution retrospective
I am proud that I was able to implement the font style required in this challenge.
What challenges did you encounter, and how did you overcome them?One challenge I encountered is that I needed to readjust the dimensions according to the user's device whether it would be a phone, tablet, desktop, or laptop. I was able to overcome it by using the @media CSS declaration block and set it by the appropriate margins.
What specific areas of your project would you like help with?I was not able to properly center the buttons. As I resized the dimensions, I noticed that the buttons are not centered and I had a hard time centering them.
Community feedback
- @Juliancito1Posted 6 months ago
Try using display: flex on the section that contain the buttons and use justify-content: center or align-items: center
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