Having problems with my design guys need some help

Hey guys, how do I put my item at the center. I tried using margin:auto buh doesn’t work

please share your code, it’s impossible to debug from a screenshot

Hi buddy, if we want to centre any text in the web page, then we do use the element text-align: center

And if want to center any other thing like image then we do use margin-left: auto; and margin-right: auto

This how we make anything center.

Hope this helps you.