Skip to main content

Text Indent

Utilities for controlling the amount of empty space shown before text in a block.

CSS Property:text-indent
Classes:10

Text Indent Classes

ClassCSS
indent-0text-indent: 0px;
indent-pxtext-indent: 1px;
indent-0.5text-indent: 0.125rem;
indent-1text-indent: 0.25rem;
indent-2text-indent: 0.5rem;
indent-4text-indent: 1rem;
indent-8text-indent: 2rem;
indent-16text-indent: 4rem;
indent-32text-indent: 8rem;
indent-64text-indent: 16rem;

Arbitrary Values

You can use arbitrary values with square bracket notation when you need a specific value not included in the default scale.

[text-indent:value]

Responsive Variants

Apply text indent utilities at specific breakpoints using responsive prefixes.

BreakpointPrefixExample
640px+sm:sm:indent-0
768px+md:md:indent-0
1024px+lg:lg:indent-0
1280px+xl:xl:indent-0
1536px+2xl:2xl:indent-0