blob: 71e1c82465cb8354f21f5e88af9ec3db082e94b0 [file] [log] [blame]
<!DOCTYPE html>
<meta charset="utf-8">
<style>
div {
width: 10ch;
border: 2px solid blue;
line-height: 1;
}
.ideo > div {
width: 1em;
}
</style>
<body>
<section>
<div>12345<br>67890</div>
<div>12345<br>67890</div>
<div>12345<br>67890</div>
<div>12345<br>67890</div>
<div>12345<br>67890</div>
<div>12345<br>67890</div>
</section>
<section class="ideo">
<div><br></div>
<div><br></div>
</section>
</body>