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

By using Html and css flexbox and css grid

Rohan deshmukhβ€’ 70

@Rrdesh07

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


1] I had issue with shadow part , i was not able to mimic the same , how should i do that ? 2] any other suggestions are also welcome :)

Community feedback

rayaβ€’ 2,870

@rayaatta

Posted

Hello πŸ‘‹Rohan deshmukh, congratulations on completing this challenge πŸŽ‰

I have some suggestions you might find useful.

1 I noticed

<div class="community-section">
<div class="subscription">
<div class="why-us">

Divs do not carry any semantic value and therefore their usage confuses assistive technology.

It would be better if you replaced these with more Semantic alternatives like <article>.

2 I noticed that you used <h2> as the top level heading in your code.

Here's a quick guide on how to use them:

The <h1> to <h6> tags are used to define HTML headings. <h1> defines the most important heading. <h6> defines the least important heading. Only use one <h1> per page - this should represent the main heading/subject for the whole page. Also, do not skip heading levels - start with <h1>, then use <h2>, and so on. You can then style them in you css.

Unlike what most people think, it's not just about the size and weight of the text It is about maintaining a clear and consistent hierarchy through out the document

I hope this helps πŸ™ƒ

Your solution is awesome πŸ‘

Happy coding ✌️

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