blob: ec0de542954369d95373444949090fefe3176c20 [file] [log] [blame] [edit]
<!DOCTYPE html>
<style>
section {
width: 10ch;
}
.justify {
text-align: justify;
}
</style>
<body>
<section class="justify">
<div>1234 5678 9012</div>
<div>1234 5678 9012</div>
<div>1234 5678 9012</div>
</section>
</body>