11 lines
297 B
Markdown
11 lines
297 B
Markdown
|
---
|
||
|
title: Align Self
|
||
|
---
|
||
|
|
||
|
| Class | Properties |
|
||
|
| ----------- | ------------------------ |
|
||
|
| self-auto | align-self: auto |
|
||
|
| self-start | align-self: flex-start |
|
||
|
| self-end | align-self: flex-end |
|
||
|
| self-center | align-self: center |
|
||
|
| self-stretch | align-self: stretch |
|