Stats Preview Card Solution

Solution retrospective
My footer area in mobile view will not stay at the bottom and moves when I scroll. If I remove the stylings to "attribution" class, it will stick to the right of the card div. That's the only issue I had besides the color for the overlay in desktop view. I would like to fix the footer, though.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @MioMauro
Try not putting any position, by default it stays at the bottom, try so:
footer .attribution { color:hsl(0, 0%, 100%); font-size: 0.7778em;
}
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