Getting started
Resources
Flex
Spacing
Layout
Size
Typography
Background
Border
Transition
Utility classes for changing an element's placement relative to the top/right/bottom/left bounds of the parent container.
Top/Right/Bottom/Left position placement utility classes are useful for aligning absolutely positioned elements. Check out Position Utility Classes.
Classes for position placement are named using the format: [direction]-[value]
.
Where direction includes:
t
- for top
r
- for right
b
- for bottom
l
- for left
Where value includes:
0
- for [direction]: 0px
Class | Contents |
|
|
|
|
|
|
|
|
UXML
UXML
UXML
UXML
Position placement classes can also be used together to position elements in corners.
UXML
On this page