Submitted about 3 years ago
Single Price Grid Component Using HTML e CSS
@GuilhermeOSR
Design comparison
SolutionDesign
Solution retrospective
Do you think there is a better way to do it?
Community feedback
- @hardy333Posted about 3 years ago
Hey, Try to remove border on sign up button. you are using media query breakpoints to early let the cars shrink a little bit and only after that use breakpoints.
Also on middle sizes ~ 1000px sections of card starts to moving around, try to use outer wrapper div which keeps them all together ...
Marked as helpful3@GuilhermeOSRPosted about 3 years ago@hardy333 Very thx bro! I'll apply it!
0 - @SeyBooPosted about 3 years ago
Hello !
Great solution i agree with Hardy, i will just suggest you some other improvement you can do :
- Search how to center vertically your components
- Make some space around when we are on mobile (container { width: 90%; margin-top:10vh; margin-bottom:10vh}
A great solution overall your code is well typed, well done !
Marked as helpful0
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