<pre>
Normal
tab
size
</pre>
<pre class="small-tab">
Small
tab
size
</pre>
pre{
font-size: 18px;
border: 2px solid blue;
padding: 20px;
width: 50%;
}
.small-tab {
background: yellow;
-moz-tab-size: 2;
tab-size: 2;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.