Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<style>
.test {
line-height: 1;
width: 10ch;
}
.indent {
text-indent: 2ch;
}
.marker {
width: 4ch;
height: 1em;
background: lime;
}
</style>
<div class="test">
<div class="marker"></div>
<div class="indent">0000</div>
<div class="marker"></div>
</div>