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

Mobile First - Responsive - Flexbox - Grid - BEM - SASS

Anar 700

@anar-sol

Desktop design screenshot for the Stats preview card component coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

Community feedback

Juveria Dalvi 1,375

@JuveriaD

Posted

Heyy🙂 The index.html does not have main tag

<main>
<div class="container">
    <article class="card">
      <div class="card__body">
        <div class="card__content">
          <h1 class="card__title">Get <span class="card__title-highlighted">insights</span> that help your business
            grow.
          </h1>
          <p class="card__text">Discover the benefits of data analytics and make better decisions regarding revenue,
            customer experience, and overall efficiency.</p>
        </div>
        <ul class="stats">
          <li class="stats__item">
            <div class="stats__value">10k+</div>
            <h2 class="stats__title">companies</h2>
          </li>
          <li class="stats__item">
            <div class="stats__value">314</div>
            <h2 class="stats__title">templates</h2>
          </li>
          <li class="stats__item">
            <div class="stats__value">12M+</div>
            <h2 class="stats__title">queries</h2>
          </li>
        </ul>
      </div>
    </article>
  </div>
</main>```
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