Align Self

Controlling how an individual flex or grid item is positioned along its container's cross axis.

Class Properties
align-self-auto align-self: auto;
align-self-center align-self: center;
align-self-end align-self: flex-end;
align-self-start align-self: flex-start;
align-self-stretch align-self: stretch;
Basic Usage
Start

<MudPaper Class="d-flex flex-grow-1 gap-4" Elevation="0">
    <MudPaper Class="py-16 flex-1 mud-theme-primary"/>
    <MudPaper Class="align-self-start py-4 flex-1 mud-theme-primary"/>
    <MudPaper Class="py-16 flex-1 mud-theme-primary"/>
</MudPaper>
Applying conditionally

Copyright © 2020-2024 MudBlazor.

Powered by .NET 8.0.8

An error has occurred. This application may no longer respond until reloaded. Reload 🗙