Pricing-component

Please log in to post a comment
Log in with GitHubCommunity feedback
- @lack21
Excellent work 👍, but I have some recommendations!
- Remove
min-height: 100vh
from themain
, since you've already defined it inbody
there's no need to add it to themain
! - When you hover over a button it adds
border: 2px solid #fff
, the problem here is thatborder
adds unnecessary space, so better approach is to replace it with outline like thisoutline: 2px solid #fff
, this will do the same thing, but without adding any space to the content!
Marked as helpful - Remove
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