Design comparison
Solution retrospective
This is my first project on Frontend Mentor and I am very curious what people think of my code. Thanks in advance for your reply!
Community feedback
- @chri55Posted about 4 years ago
Hi Karin, very nice work on the design!
One aesthetic suggestion I would recommend is putting
cursor: pointer
on the.button
class instead of the containeda
, this way the user knows the entire button is clickable.As for your code, very nice. You used media queries which is good, but something I'd do is make one large section for a media query at the end or beginning of the file, since it seems you wrote the same media query over again multiple times. It'll let you write less code overall! See this code on my GitHub for an example of the structure of a larger media query section. Don't mind the content, as its from a different challenge.
Keep it up, happy coding!
1 - @palgrammingPosted about 4 years ago
also seems like you responsive design is broken from between 380px to about 400px wide
0@iAmKarinPosted about 4 years agoHi! thanks for taking your time to check my code. I noticed this after deploying the solution. I updated my code, but i see that the link doesn't show the update. Will check it again. Have a great day! edit: don't know why my code didn't update. This is my current link: https://single-price-grid-component-master-black.vercel.app/
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