Submitted over 2 years ago
First time using grid. Single price grid compenent solution,
@TonyHdez-Pi
Design comparison
SolutionDesign
Solution retrospective
i haven't got used to the media querys :c
Community feedback
- @alosoftPosted over 2 years ago
@TonyHdez-Pi You've done a nice job but there is still room for improvement
- On mobile, remove the height of the main tag to make the content much scrollable
main{ height: unset }
- Your box shadow too is not the best, try this
article{ 0px 0px 0.5rem 0px #0000003b }
- The border radius on the bottom of the card does not show, try
article{ overflow: hidden }
Good luck!
Marked as helpful1@TonyHdez-PiPosted over 2 years ago@alosoft thank you so much, i just made the changes C: <3
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