<Inputs.FontSize />
Aa
Font size
.css-gui-element { font-size: 64px; }
<Inputs.FontSize />
Aa
.css-gui-element { font-size: 64px; }
<Inputs.FontFamily />
Aa
.css-gui-element { font-family: Inter; }
<Inputs.FontStyle />
Aa
.css-gui-element { font-style: italic; }
<Inputs.FontWeight />
Aa
.css-gui-element { font-weight: 100; }
<Inputs.TextAlign />
The parameters comprise sequences which are theoretically infinite but limits are, of course, set to them in practice.
<Inputs.TextTransform />
A demo of the text-transform CSS property
.css-gui-element { text-transform: uppercase; }
<Inputs.LetterSpacing />
Anyone who would letter-space lower case would steal sheep.
normal
.css-gui-element { font-family: Inter; }
<Inputs.TextIndent />
A common stylistic choice for books and printed material. Indenting the first line of paragraphs is often used both digitally and in print when there is no vertical spacing between paragraphs.
Indent text forwards or backwards with positive and negative values. Paragraphs that are flush often have indented text.
.css-gui-element { text-indent: 2em; }
<Inputs.Color />
Aa
.css-gui-element { color: #6465ff; }
<Inputs.AlignItems />
.css-gui-element { align-items: center; }
<Inputs.JustifyContent />
.css-gui-element { justify-content: center; }
<Inputs.FlexWrap />
.css-gui-element { flex-wrap: nowrap; }
<Inputs.FlexGrow />
.css-gui-element { flex-grow: 4; }
<Inputs.FlexShrink />
.css-gui-element { flex-shrink: 2; }
<Inputs.FlexDirection />
.css-gui-element { flex-dirction: undefined; }
<Inputs.BackgroundColor />
.css-gui-element { background-color: #6465ff; }
<Inputs.BorderColor />
Aa
.css-gui-element { border-color: #6465ff; }
<Inputs.TextDecorationColor />
Aa
.css-gui-element { text-decoration-color: #6465ff; }
<Inputs.TextDecorationLine />
Aa
.css-gui-element { text-decoration-line: line-through; }
<Inputs.TextDecorationStyle />
Aa
.css-gui-element { text-decoration-style: double; }
<Inputs.TextDecorationThickness />
Aa
.css-gui-element { text-decoration-thickness: 8px; }
<Inputs.AccentColor />
.css-gui-element { accent-color: #6465ff; }
<Inputs.BorderWidth />
Aa
.css-gui-element { border-width: 8px; }
<Inputs.BorderStyle />
Aa
.css-gui-element { border-style: double double double double; }
<Inputs.OutlineColor />
Aa
.css-gui-element { outline-color: #6465ff; }
<Inputs.OutlineWidth />
Aa
.css-gui-element { outline-width: 2px; }
<Inputs.OutlineStyle />
Aa
.css-gui-element { outline-style: dashed; }
<Inputs.OutlineOffset />
Aa
.css-gui-element { outline-offset: 6px; }
<Inputs.BorderRadius />
.css-gui-element { border-radius: 100%; }
<Inputs.Filter />
.css-gui-element { filter: blur(4px); }
<Inputs.BackgroundImage />
.css-gui-element { background-image: url("https://source.unsplash.com/random"); }
<Inputs.Background />
.css-gui-element { background: url("https://source.unsplash.com/random") center center / 100% no-repeat fixed border-box border-box; }
<Inputs.BackgroundBlendMode />
.css-gui-element { background-blend-mode: overlay; }
<Inputs.MixBlendMode />
.css-gui-element { mix-blend-mode: screen; }
<Inputs.Opacity />
.css-gui-element { opacity: 80%; }
<Inputs.BoxShadow />
.css-gui-element { box-shadow: #6465ff 0px 0px 0px 8px; } .css-gui-element:hover { box-shadow: #f6e857 8px 8px 0px 8px, #6016ee -8px -8px 0px 8px; }
<Inputs.TextShadow />
Aa
.css-gui-element { text-shadow: #254797 4px 4px 0px, #6465ff 8px 8px 0px; } .css-gui-element:hover { text-shadow: #6465ff 12px 12px 0px, #f6e857 24px 24px 0px; }
<Inputs.Width />
.css-gui-element { width: 50%; }
<Inputs.Height />
.css-gui-element { height: 50%; }
<Inputs.Cursor />
.css-gui-element { cursor: wait; }