blob: c76920c8c8d4d2832da36f33ca78d64dce9d1de3 (
plain)
1
2
3
4
5
6
7
|
<style>
.justify-in-wide {
text-align-last: justify;
width: 3504270px;
}
</style>
<div class="justify-in-wide"><span><span>a b c d</span> d c b a</span> <span>e f g h <span>h g f e</span></span></div>
|