Widely available
This feature is well established and works across many devices and browser versions.
Chrome
Edge
Firefox
Safari
ti-0text-indent: 0;ti-1text-indent: 1px;ti-2text-indent: .25rem;ti-3text-indent: .5rem;ti-4text-indent: .75rem;Responsiveness
Use breakpoint prefixes to target different screen sizes. Styles apply from the breakpoint & up.
Target viewport sizes with breakpoint prefixes.
sm:ti-(value)Small≥640px
md:ti-(value)Medium≥768px
lg:ti-(value)Large≥1024px
xxl:ti-(value)Extra Large≥1536px
Hover State
Apply styles conditionally on hover using the h: prefix.
Add the h: prefix to apply styles only when the user hovers over the element.
Syntax:
h:ti-(value)Negative Values
Use negative variants to outdent the first line of text.
Use the -- syntax to apply negative numeric values.
Syntax:
ti--(value)