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-preview-card-component with html and css

@EngProvidence

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


hello there! the little problem I faced on this challenge was to reverse the grid items on small screen and this caused me to learn a new bootstrap property called ( flex-row-reverse) and I it's great power.

please I any contributions to improve this code will be appreciated.

Community feedback

@FrontendBy-GJ

Posted

Your footer is not centered, do...

.attribution {
  text-align: center;
}

If you want to center the card, you can do...

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

also change your div with attribution class to footer.

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