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 Preview Components

@aadithya1551

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

Naveen CB 420

@Naveen-CB

Posted

Hello @aadithya1551 you actually did a great job.

But here is the one issue you need to fix it

in your .container add this to center your container.

.container{
    display: flex;
    min-height: 100vh;
    align-item: center;
    justify-content: center;
}

and as always try to add <main></main> tag this definitly improve your web accessibility and SEO.

Try this out to make your solution to looks perfect.

I hope this might be helpful to you❤️, Keep it up this sprit.

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