<div class="wrap">
  <div class="ellipsis">
    株式会社プラスワンは、介護・医療・福祉関係のコンピュータソフトウェアの企画・開発・販売を主に行う会社として設立致しました。
  </div>
</div>
.wrap {
  display: flex;
  height: 300px;
  justify-content: center;
  align-items: center;
  background: linear-gradient(-90deg, #D4510B, #F5B70C);
}

.ellipsis {
  width: 200px;
  background-color: #fff;
  padding: 15px;
  font-size:16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.