Dev Tools
NextJs Demo
AboutContact
ss

Tab Size

Tab Size

The tab-size CSS property is used to customize the width of tab characters (U+0009).

The tab-size property is only useful when the whitespace processing rules do not apply, namely inside a <pre> tag and when the white-space property of an element is set to pre-wrap. Also, make sure your text editor does not automatically convert tabs to spaces. If it does, use "&#09;" for tabs.

Options

Preview

Lorem ipsum dolor sit.

Code

tab-size: 3;