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