Syntax
text-underline-offset
Setting the distance of a text decoration line from its original position.
Overview
Class | Declarations |
---|---|
text-underline-offset:`offset` | text-underline-offset: `offset`;
|
Apply conditionally
Apply styles based on different states using selectors and conditional queries.
<div class="text-underline-offset:1:hover text-underline-offset:1@sm text-underline-offset:1@dark text-underline-offset:1@print">…</div>