Syntax
text-indent
Setting indentation of the first line.
Overview
Class | Declarations |
---|---|
text-indent:`offset` | text-indent: `offset`;
|
Apply conditionally
Apply styles based on different states using selectors and conditional queries.
<div class="text-indent:offset:hover text-indent:offset@sm text-indent:offset@dark text-indent:offset@print">…</div>