New CSS feature for vertical center
published on 2024/08/19
align-content works in the default layout in 2024, allowing vertical centering with 1 CSS property.
<div style="align-content: center; height: 100px;">
<code>align-content</code> just works!
</div>