Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style>
.spacer {
background: lightgray;
block-size: 100px;
margin-block-start: 20px;
}
.multicol {
column-count: 3;
column-fill: auto;
border: 1px solid;
height: 290px;
width: 20ch;
font-family: Ahem;
font-size: 40px;
line-height: 1;
}
</style>
<div class="multicol">
abc<br><br>abc<br><br>abc<br><br>abc<br>
abc<br><br>abc<br><br>abc<br><br>abc<br>
abc<br><br>abc<br>
<div class="spacer"></div>
</div>