2

我正在使用引导程序处理我的网站,发现我的文本的合理部分在 Chrome 和 Firefox 中的显示方式不同。

HTML

<div class="col-md-12 float1" style="background-color: #666;">
  <div>
    <p style="margin-bottom: 20px; margin-top: 0">The intention to build is often clouded with difficult planning that involves multiple parties which is hard to be coordinated. SAM is here as your one-stop-solution. Engineering, designing, procuring, managing, building, and finishing. Sit back and
      relax as we handle your dreamed project - We do it all.</p>
  </div>
</div>

CSS

.float1 {
  text-align: justify;
}

我的目标是使文本看起来完全一样。

图片: https ://imgur.com/y90GIBV https://imgur.com/ugh35xT

4

0 回答 0