Submitted over 1 year ago
stats-preview-card-component with html and css
@EngProvidence
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-GJPosted over 1 year ago
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 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