Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<style>
section {
width: 10ch;
}
.indent {
text-indent: 5ch;
}
</style>
<body>
<section>
<div class="indent">123 456789</div>
<div class="indent">123 456789</div>
<div>123 456789</div>
</section>
</body>