Responsive pricing component done with: HTML/CSS JS/JQuery

Solution retrospective
Challenge was kinda tricky at first, especially toggle switch part. If you think i could do something, better or there is more "correct" way to do something, please let me know!
Please log in to post a comment
Log in with GitHubCommunity feedback
- @RioCantre
Hello there!Awesome work with this one. Looking at your solution, I would suggest the following for you...
- In the
.block__box
, removepadding-top: 1rem;
andpadding-bottom: 1rem;
modify it withpadding: 1rem 0;
- Modify
margin: 1em 0 1em 0;
in.panel
intomargin: 1em 0;
- If the design have hover state of the
button
, include the background color
Overall you did well, Hope this helps and Keep it going!
Marked as helpful - In the
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