Does someone know how to center

Does someone know how to center a thing in a card.
Heres my code:https://codepen.io/coderkoji/pen/wvobmqd
Im trying to get the moves to be in the center
Would be helpful if someone helped me
Thanks

1 Like

Hi to center the image check this site How To Center an Image !! Hope it helps :slight_smile:

I know how to center it in a regular class but when I try to do it in a card panel it doesn’t work. Thanks

To center text:

text-align: center;

To center images:

margin-left: auto;
margin-right: auto;

Hope this Helps :sparkler: :sparkles:

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.