Single Price Grid with plain HTML and CSS

Solution retrospective
Returning to basics with this project — no frameworks of any kind!
Any feedback is appareciated.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @ApplePieGiraffe
Hey, BerylBucket! 👋
Nice to see you complete another challenge! 😃
You did a great job on this one! 👍
I just suggest,
- Making sure there's always a little bit of space between the card component and the edge of the screen (currently, at some point when the screen width decreases, the card component seems to stick directly to the edges of the viewport).
Keep coding (and happy coding, too)! 😁
- @brasspetals
Excellent job on this solution - practically pixel-perfect! 🙌
The only small fixes I can see are to add a box-shadow to the sign-up link and a border-radius to the container (you'll probably need to pair the border-radius with
overflow: hidden
).Edit: Also noticed your body padding disappears from 600px - 800px.
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