zoom.html 510 Bytes
Newer Older
1
<div class="s_ac d-flex flex-column none">
藤川諒 committed
2 3 4
  <div class="s_ac_c">
    <a href="#">
      <div class="img_wrap bg_gray">
藤川諒 committed
5
        <img src="icon/icon_collabo_zoomin.svg" alt="拡大">
藤川諒 committed
6 7 8 9
      </div>
    </a>
    <a href="#">
      <div class="img_wrap bg_gray">
藤川諒 committed
10
        <img src="icon/icon_collabo_zoomout.svg" alt="縮小">
藤川諒 committed
11 12 13 14
      </div>
    </a>
    <a href="#">
      <div class="img_wrap bg_gray">
藤川諒 committed
15
        <img src="icon/icon_collabo_zoomout_map.svg" alt="縮小マップ">
藤川諒 committed
16 17 18
      </div>
    </a>
  </div>
Kim Peace committed
19
</div>