I have an element with an unknown size with position = absolute, top = 1000, left = 1000.
Right now, the top left element of this element is at position (1000,1000), but I want the center of the element to be (1000,1000).
Is there a way to do this with CSS only?
source share