7 lines
205 B
HTML
7 lines
205 B
HTML
<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>
|