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 |
---|---|---|
.display__block |
|
Displays the element as a block-level element. |
.display__flex-h |
|
Displays the element as a flex container with a horizontal layout. |
.display__flex-v |
|
Displays the element as a flex container with a vertical layout. |
.display__grid |
|
Displays the element as a grid container with a 2x2 layout. |
.display__inlineBlock |
|
Displays the element as an inline-level block container. |
.display__none |
|
Hides the element from the layout. |