Center a single element (modal, spinner)
- Input
- .overlay { position: fixed; inset: 0; }
- Expected output
- .overlay { display: flex; justify-content: center; align-items: center; }
Works even without knowing the child element size, the classic overlay/modal use case.