footer_collabo.html 739 Bytes
Newer Older
藤川諒 committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
<footer id="collabo_footer">
  <div class="footer-wrap">
    <div class="d-flex justify-content-around h-100">
      <div class="footer_item">
        <a href="#">
          <div class="img_wrap bg_gray">
            <img src="icon/icon_voice_gray.png" alt="音声">
          </div>
        </a>
      </div>
      <div class="footer_item">
        <a href="#">
          <div class="img_wrap bg_gray">
            <img src="icon/icon_record.png" alt="録音">
          </div>
        </a>
      </div>
      <div class="footer_item">
        <a href="chat_room.html">
          <div class="img_wrap bg_red">
            <img src="icon/icon_tell.png" alt="通話">
          </div>
        </a>
      </div>
    </div>
  </div>
Kim Peace committed
27
</footer>