blob: e06d91e599e6e137d3c178d3553ca82ff370eae6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<!DOCTYPE html>
<link rel="help" href="https://w3c.github.io/csswg-drafts/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>
|