DEV Community

Discussion on: CSS: Absolute center element

Collapse
 
jwp profile image
John Peters

Doesn't grid do this automatically with justify-items:center?

Collapse
 
d__raptis profile image
Jim Raptis

Sure! Grid or flexbox are my main ways to go too.

However, this little hack comes in handy when I need to position an element relative to its parent.
i.e. an "X" icon at the top right corner of an image.