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

Fylo data-storage component

Osaro Iyoha 1,080

@osaaroh

Desktop design screenshot for the Fylo data storage component coding challenge

This is a solution for...

  • HTML
  • CSS
2junior
View challenge

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