Exercise 2 utilizing CSS Grid

Please log in to post a comment
Log in with GitHubCommunity feedback
- P@visualdenniss
Nice work.
I'd have few suggestions for improve your solution. Your container seems to be too fluid, with changing screen-sizes it gets very narrow or wide. You can prevent that with min-width and max-height. Also you can add cursor:pointer; to the button to indicate interactivity to the user.
Add this to <main>: min-height: 100vh; and your component will be centered on the screen vertically as well.
Hope you find this feedback helpful!
Marked as helpful
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