Text Indent

Utilities for controlling the indentation of text.

Class CSS Output
indent-0
text-indent: calc(var(--spacing) * 0);
}
indent-4
text-indent: calc(var(--spacing) * 4);
}
indent-8
text-indent: calc(var(--spacing) * 8);
}
indent-auto
text-indent: auto;
}
indent-px
text-indent: 1px;
}
indent-[value]
indent: [value]
}
-indent-4
text-indent: calc(var(--spacing) * -4);
}

indent-0

text-indent: calc(var(--spacing) * 0);

indent-4

text-indent: calc(var(--spacing) * 4);

indent-8

text-indent: calc(var(--spacing) * 8);

indent-auto

text-indent: auto;

indent-px

text-indent: 1px;

indent-[value]

indent: [value]

-indent-4

text-indent: calc(var(--spacing) * -4);

Reference

indent MDN ↗
text-indent MDN ↗

CSS Properties

  • indent
  • text-indent