我是初學者,正在爲班級作業工作,我在嘗試證明我的某個網站中的文本時遇到了一些困難。初學者:對齊文本
我真的很感激,如果有人可以幫助我這個!
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;
}
是的,剛纔看到!謝謝,謝謝! :) –