Sign in
chromium
/
external
/
w3c
/
web-platform-tests.git
/
refs/heads/DOMParser-interface
/
.
/
css
/
CSS2
/
normal-flow
/
block-in-inline-align-justify-001-ref.html
blob: ec0de542954369d95373444949090fefe3176c20 [
file
] [
log
] [
blame
] [
edit
]
<!DOCTYPE html>
<style>
section
{
width
:
10ch
;
}
.
justify
{
text-align
:
justify
;
}
</style>
<body>
<section
class
=
"justify"
>
<div>
1234 5678 9012
</div>
<div>
1234 5678 9012
</div>
<div>
1234 5678 9012
</div>
</section>
</body>