Text

Text Fill Color

Style syntax for setting the color of text.

🚧This page is still under construction and some content may not be complete.

Overview [sr-only]

ClassDeclarations
text-fill-color:color / text:color-webkit-text-fill-color: color
text:current-webkit-text-fill-color: currentColor
text:transparent-webkit-text-fill-color: transparent
text:#hex-webkit-text-fill-color: #hex
text:rgb(rgb)-webkit-text-fill-color: rgb(rgb)
text:hsl(hsl)-webkit-text-fill-color: hsl(hsl)

Conditionally apply

Apply styles in different states using selectors, media queries, etc.

<div class="text-fill-color:blue:hover text-fill-color:blue@sm text-fill-color:blue@dark text-fill-color:blue@print">…</div>
PREVIOUS
Text Decoration Thickness

Style syntax for setting thickness of the decoration line.

NEXT
Text Indent

Style syntax for setting indentation of the first line.

MIT License Ā© Aoyue Design LLC.