@codeFliersSubmitted almost 3 years ago
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 ?
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 ?
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;