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

All comments

  • @codeFliers

    Submitted

    I still want to use vanilla CSS. I have trouble with the center where i used 3 floats left with width %. Is there a better solution ?

    @JonathanRe

    Posted

    Look into flexbox for the items in the center of the card. You can also use it to center the card in the page, so you don't have to use position: absolute;

    0