DEV Community

Discussion on: CSS: Absolute center element

Collapse
 
melmacaluso profile image
Mel Macaluso

How's that better than the following? Just being curious as I always opt for the following if for some very specific reason flexbox is not the option πŸ˜‚:

  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
Enter fullscreen mode Exit fullscreen mode
Collapse
 
d__raptis profile image
Jim Raptis

One more CSS instruction I guess 🀣It seems clear and straightforward though, I liked it πŸ’ͺ