Design comparison
SolutionDesign
Community feedback
- @Juveria-DalviPosted about 3 years ago
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 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