Place Self
Utilities for controlling how items are justified and aligned at the same time.
| Class | CSS Output |
|---|---|
place-self-start |
|
place-items-end |
|
place-content-center-safe |
|
place-items-center-safe |
|
place-content-start |
|
place-self-stretch |
|
place-content-baseline |
|
place-items-end-safe |
|
place-content-evenly |
|
place-self-center-safe |
|
place-self-start
place-self: start;
place-items-end
place-items: end;
place-content-center-safe
place-content: safe center;
place-items-center-safe
place-items: safe center;
place-content-start
place-content: start;
place-self-stretch
place-self: stretch;
place-content-baseline
place-content: baseline;
place-items-end-safe
place-items: safe end;
place-content-evenly
place-content: space-evenly;
place-self-center-safe
place-self: safe center;
Reference
| place-content | MDN ↗ |
| place-items | MDN ↗ |
| place-self | MDN ↗ |
CSS Properties
place-contentplace-itemsplace-self