Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

Submitted

Responsive design with help of CSS Grid + BEM

#accessibility

@vikramvi

Desktop design screenshot for the Single price grid component coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

Solution retrospective


  • This project is continuation to improve upon & learn new things related to "CSS Grid" and "BEM"

  • I spent time to figure out best way to define row heights

  • I'm trying to improve upon SEO and Accessibility of the website, please review code for that.

Any other feedback is highly appreciable, thanks in advance.

Community feedback

Vanza Setia 27,855

@vanzasetia

Posted

Hi there! 👋

Your solution is responsive and looks great! 👍

Some suggestions from me.

  • Avoid using header and article for the card content since it is not a complete website. This is one chunk of content that all belong together and in a real website would sit with other content. So, I recommend wrapping each section with div instead.
  • For the "Why us" section, I would recommend making it as a list of items instead of using paragraph elements. If the site has no styling then it would more likely be a list.
  • I don't recommend changing the html or the :root font size. It can cause huge accessibility implications for those users with different font sizes or zoom requirements. I suggest reading this article by Josh Comeau where he tells about the problem of the 62.5% trick (and more!). Also, I recommend reading what an accessibility expert (Grace Snow) has said about it.

That's it! Hope this helps. 😊

1

@vikramvi

Posted

@vanzasetia Thanks a ton for review and comments, I'll read more about them and fix it.

Regards, Vikram

0
Vanza Setia 27,855

@vanzasetia

Posted

@vikramvi No problem! 👍

0

Please log in to post a comment

Log in with GitHub
Discord logo

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