place-self
Utilities for controlling how an individual item is justified and aligned at the same time.
| Utility | Styles |
|---|---|
place.self.auto | place-self: auto; |
place.self.start | place-self: start; |
place.self.end | place-self: end; |
place.self.end.safe | place-self: safe end; |
place.self.center | place-self: center; |
place.self.center.safe | place-self: safe center; |
place.self.stretch | place-self: stretch; |