blob: 340e222f9eaf51fd43efd29b44274e4fe3be6f1e [file] [log] [blame] [edit]
<!DOCTYPE html>
<style>
section {
width: 10ch;
}
.right {
text-align: right;
}
</style>
<body>
<section>
<div>1234567</div>
<div class="right">1234567</div>
<div>1234567</div>
<div class="right">1234567</div>
<div>1234567</div>
<div class="right">1234567</div>
</section>
</body>