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 | When applied to .display__flex-h | When applied to .display__flex-v |
---|---|---|
.justify-content__start
|
Anchors children to the left | Anchors children to the top |
.justify-content__center
|
Puts children in the middle | Puts children in the middle |
.justify-content__end
|
Anchors children to the right | Anchors children to the bottom |
.justify-content__space-between
|
makes the first and last children touch the very edges of their respective sides of the box, while evenly distributing children in between them | |
.justify-content__space-around
|
puts an equal amount of space on all sides of each box, including the first and last. |