私は初心者ですので、私のサイトのテキストを正当化しようとするといくつかの問題があります。初心者:テキストを調整する
誰かが私を助けることができたら本当にありがとう!
HTML:
<div class="about__entry sm-two-thirds">
<p>We believe in the power of authentic and genuine music, not manufactured artists. We believe in the freedom of music, expression, and creativity. We aim to give artists tools that will empower them to make the music they love and give them the ability to take their careers into their own hands.</p>
</div><!-- end .about__entry -->
CSS
.About__entry {
text-align: justify;
text-justify: inter-word;
text-align-last:center;
}
はい、ちょうどことを見ました!どうもどうも! :) –