Utility classes to provide an easy way to adjust the layout of the elements.
Utilities for all things related to size.
<!-- Position Relative -->
<engine:VisualElement class="relative" />
<!-- Position Absolute-->
<engine:VisualElement class="absolute" />Format: top-{value} / right-{value} / bottom-{value} / left-{value}
Uses same length variables mentioned at Styling/Size.
<!-- set left -->
<engine:VisualElement class="left-4" />
<!-- set right-->
<engine:VisualElement class="right-10p" />
<!-- set top -->
<engine:VisualElement class="top-full" />
<!-- set bottom -->
<engine:VisualElement class="bottom-20-neg" /><!-- flex-direction: row -->
<engine:VisualElement class="flex-row" />
<!-- flex-direction: row-reverse -->
<engine:VisualElement class="flex-row-reverse" />
<!-- flex-direction: column-->
<engine:VisualElement class="flex-col" />
<!-- flex-direction: column-reverse -->
<engine:VisualElement class="flex-col-reverse" />Values: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15.
<!-- flex-grow -->
<engine:VisualElement class="grow-4" />
<engine:VisualElement class="grow-15" />
<!-- flex-shrink -->
<engine:VisualElement class="shrink-0" />
<engine:VisualElement class="shrink-9" />| Class | Properties |
|---|---|
| items-auto | align-items: auto |
| items-start | align-items: flex-start |
| items-end | align-items: flex-end |
| items-center | align-items: center |
| items-stretch | align-items: stretch |
| Class | Properties |
|---|---|
| justify-start | justify-content: flex-start |
| justify-center | justify-content: center |
| justify-end | justify-content: flex-end |
| justify-between | justify-content: space-between |
| justify-around | justify-content: space-around |
| justify-evenly | justify-content: space-evenly |
| 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 |
| Class | Properties |
|---|---|
| align-auto | align-content: auto |
| align-start | align-content: flex-start |
| align-end | align-content: flex-end |
| align-center | align-content: center |
| align-stretch | align-content: stretch |
Settings
Theme
Light
Contrast
Material
Dark
Dim
Material Dark
System
Sidebar(Light & Contrast only)
Font Family
DM Sans
Wix
Inclusive Sans
AR One Sans
Direction