Get started with LiftKit using one of the official starter kits for Webflow, Figma, or CSS.
Get a feel for LiftKit by following along with this short tutorial.
Class Name | CSS Properties | Description |
---|---|---|
.align-self__start |
|
Aligns the item to the start of the cross axis. |
.align-self__end |
|
Aligns the item to the end of the cross axis. |
.align-self__center |
|
Centers the item along the cross axis. |
.align-self__stretch |
|
Stretches the item to fill the container along the cross axis. |
.align-self__baseline |
|
Aligns the item along the container's baseline. |
.align-self__auto |
|
Applies the default alignment for the item based on the parent container's alignment settings. |