Submitted 6 months agoA solution to the Single price grid component challenge
Single Price Grid using HTML5, CSS & JS
@horoserp

Solution retrospective
What are you most proud of, and what would you do differently next time?
I was able to make the HTML more Semantic by adding a hidden h1 tag. I added a hover state to the design using @media (hover: hover)
. I added an active state using CSS nesting.
I initially had issues where my border-radius wasn't being applied to my card. I overcame it using Overflow: Hidden
. Additionally, the style sheet was missing some colors in their design, so I approximated them and added as necessary.
Code
Loading...
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on Robert Horosewski's solution.
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