If margin:auto doesn't work even with a set width I set to display:block and that usually fixes it. Though if the parent is using flexbox you dont use margin:auto, I think you just use justify-content:center instead, and for grid you use justify-items:center :D
realrleal
margin: auto 🤫🤫🤫
@gooby I was gonna say that but i thought i would be wrong because sometimes margin:auto doesn’t work 😭
you have to set a width and height for margin auto but sometimes other factors might fuck it
ya
If margin:auto doesn't work even with a set width I set to display:block and that usually fixes it. Though if the parent is using flexbox you dont use margin:auto, I think you just use justify-content:center instead, and for grid you use justify-items:center :D