Text

Text Stroke Color

Style syntax for setting the color of the stroke for text characters.

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

Overview [sr-only]

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

Conditionally apply

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

<div class="text-stroke:blue-20:hover text-stroke:blue-20@sm text-stroke:blue-20@dark text-stroke:blue-20@print">…</div>
PREVIOUS
Text Stroke

Style syntax for setting the width and color of strokes for text characters.

NEXT
Text Stroke Width

Style syntax for setting the width of the stroke for text characters.

MIT License Ā© Aoyue Design LLC.