Design comparison
SolutionDesign
Community feedback
- @lack21Posted over 1 year ago
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 helpful0@Great-kiolaPosted over 1 year ago@lack21 https://great-kiola.github.io/Pricing-component-fem/
1 - Remove
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