Pricing Component with Toggle

Solution retrospective
Comments Please
Please log in to post a comment
Log in with GitHubCommunity feedback
- @Skidragon
Hi Ejovi, looks pretty good. :) I would suggest looking into em vs rem for CSS and the dangers of using fixed heights from Kevin Powell from Youtube. Also next time use a mobile first approach for your media queries, these things will save you more time on bigger projects. For the main content section, I would suggest a main element in place of a section element to communicate better that this is your main content.
- @MojtabaMosavi
@ruona88 good job, looks nice and reponds well. There are a few subtle things that you can improve such as.
- For "our pricing" use heading tag instead of <p>.
- Use a form tag for the switching functionality instead of a div since its more sementic.
Happy coding :)
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