blob: 80b2260cbbe6122e90c297ab1f2cd83917712030 [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>
<div><br></div>
<div><br></div>
</section>
</body>