7 lines
163 B
HTML
7 lines
163 B
HTML
<style>
|
|
.justify-in-wide {
|
|
text-align-last: justify;
|
|
width: 3504270px;
|
|
}
|
|
</style>
|
|
<div class="justify-in-wide"><span>a b c d</span> <span>e f g h</span></div>
|