Design comparison
SolutionDesign
Solution retrospective
ALL FEEDBACK IS WELLCOME
Community feedback
- @seangray-devPosted about 2 years ago
Hey Rupom! Looks great, only thing missing from this is to vertically center that box. An easy fix for this on this challenge you could add this to your body element
body { min-height: 100vh; }
Also add a cursor pointer & hover + focus transition effect on the 'Learn More' buttons. You could do this:
button { cursor: pointer; transition: all .3s ease; }
Hope this helps, keep it up!
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