【发布时间】:2016-12-08 11:53:36
【问题描述】:
我是一名正在完成课堂作业的初学者,在尝试证明我的一个网站中的文本时遇到了一些困难。
如果有人能帮我解决这个问题,我将不胜感激!
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;
}
【问题讨论】: