Skip to content
Get ready for the next version of Yumma CSS, which is going to be amazing!

Inset

A utility that centers content both horizontally and vertically within its parent container.

Class Property

ins

align-items: center; display: flex; justify-content: center;
<div class="ins">
<!-- ... -->
</div>