in the example below is it possible to set letter spacing so all the three lines are justified on both sides automatically?
I believe this is possible using javascript, but I prefer a css only solution
.logo{
position:absolute;
text-align:justify;
text-align-last:justify;
}
<div class='logo'>LOREM IPSUM<br>DOLOR<br>SIT AMET</div>