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
Hi to center the image check this site How To Center an Image !! Hope it helps 
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
