Design comparison
SolutionDesign
Solution retrospective
With this challenge I learnt how to horizontally center an absolute element.
.progress-card__amount-left{
position: absolute;
top: unset;
bottom: -2.65rem;
padding: 1rem;
border-radius: 0.5rem;
left:0;
right:0;
margin-left: auto;
margin-right: auto;
}
Let me know if there is a better way to do this.
Community feedback
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