info

Get Help from a LiftKit Expert

arrow_forward
Get Help

Align-Self

LiftKit is more than just a collection of buttons and cards—it's a design system that empowers you to create your own unique components. Instead of pre-made UI elements, LiftKit provides the building blocks: variables and guidelines that shape the look and feel of your designs. Whether you're going for sleek minimalism or bold brutalism, LiftKit adapts to your creative vision, giving you the freedom to craft any aesthetic, from scratch, with ease.

Choose a Starter Kit

Get started with LiftKit using one of the official starter kits for Webflow, Figma, or CSS.

Quickstart

Get a feel for LiftKit by following along with this short tutorial.

Figure 1. Animation demonstrating state layer implementation.

No items found.

Overview

Class Name CSS Properties Description
.align-self__start
align-self: start;
Aligns the item to the start of the cross axis.
.align-self__end
align-self: end;
Aligns the item to the end of the cross axis.
.align-self__center
align-self: center;
Centers the item along the cross axis.
.align-self__stretch
align-self: stretch;
Stretches the item to fill the container along the cross axis.
.align-self__baseline
align-self: baseline;
Aligns the item along the container's baseline.
.align-self__auto
align-self: auto;
Applies the default alignment for the item based on the parent container's alignment settings.
content_copy
Copy Code
.align-self__start {
  align-self: start;
}

.align-self__end {
  align-self: end;
}

.align-self__center {
  align-self: center;
}

.align-self__stretch {
  align-self: stretch;
}

.align-self__baseline {
  align-self: baseline;
}

.align-self__auto {
  align-self: auto;
}

Give Us Feedback

Click or tap to reveal form.
expand_more
check_circle
Success! An email has been sent to you with more details.
Please allow up to 5 minutes for it to arrive. Mailchimp can take a bit.
error
Error: Something went wrong. Email info@chainlift.io directly for assistance.