Design comparison
Solution retrospective
Comments Please
Community feedback
- @SkidragonPosted over 3 years ago
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.
0 - @MojtabaMosaviPosted over 3 years ago
@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 :)
0@ruona88Posted over 3 years ago@MojtabaMosavi
Thanks for your comment. Are you saying I should use something like a radio button for the switch ?
0@MojtabaMosaviPosted over 3 years ago@ruona88 Yes(you need two), but you should use a form tag as the container for you input instead of a div.
Happy coding :)
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