19 lines
428 B
HTML
19 lines
428 B
HTML
<!DOCTYPE html>
|
|
<link rel="help" href="https://drafts.csswg.org/css-text-4/#valdef-text-wrap-balance">
|
|
<link rel="match" href="reference/text-wrap-balance-text-indent-001-ref.html">
|
|
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
|
<style>
|
|
div {
|
|
border: 1px solid;
|
|
font-family: Ahem;
|
|
font-size: 10px;
|
|
text-indent: 5ch;
|
|
text-wrap: balance;
|
|
width: 10ch;
|
|
}
|
|
</style>
|
|
<div>
|
|
01
|
|
34 6 89
|
|
12 3 56
|
|
</div>
|