Center an overwflowing image inside a div

Hi!

I want to center this circle with overflow inside a div with a black border.

How can I do this?

found it:

margin-left: 50%;
transform: translateX(-50%);

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