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

stats card responsive html css

Dust98โ€ข 130

@Dust1100010

Desktop design screenshot for the Stats preview card component coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

Solution retrospective


i had just one problem trying to code the violet cover part, is responsive but not at all, like 80% ๐Ÿ˜ . Any idea to fix this?

Community feedback

Ahmed Bayoumiโ€ข 6,800

@Bayoumi-dev

Posted

It looks good!...

  • I suggest you put the status of the preview card component in the list item to add more semantics to your project. like this:
<ul class="stats-preview__stats">
   <li>
      <span class="stat-number">10K+</span>
      <span class="stat-name">Companies</span>
   </li>
   <li>
      <span class="stat-number">314</span>
      <span class="stat-name">Templates</span>
   </li>
   <li>
      <span class="stat-number">12M+</span>
      <span class="stat-name">Queries</span>
   </li>
</ul>

I hope this is useful to you... Keep coding๐Ÿ‘

Marked as helpful

0
Abdulโ€ข 8,560

@Samadeen

Posted

Hey!! Cheers ๐Ÿฅ‚ on completing this challenge.. .

Here are my suggestions..

  • You can wrap your attribution section in a footer tag to avoid accessibility issues.

This should fix most of your accessibility issues

For the image you can either reduce the brightness of the image of set a light dark linear-gradient on the image itself

. Regardless you did amazing... hope you find this useful... Happy coding!!!

Marked as helpful

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