<div class="list">
  <div class="list__items">
    リスト一覧が入る想定
  </div>
  <div class="list__more">
    <a href="" class="button">ボタン</a>
  </div>
</div>
.button {
  display: inline-block;
  padding: 6px 24px;
  background-image: none;
  background-color: #4caf50;
  color: #fff;
  text-decoration: none;
}

.list__items {
  /* ダミーのコンテンツ */
  height: 80px;
  background: #ccc;
}

/* コンポーネントの幅は利用するブロック内で指定 */
.list__more {
  margin-top: 16px;
  text-align: center;
}

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.