Skip to content

Instantly share code, notes, and snippets.

@letswritetw
Created September 15, 2019 04:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save letswritetw/6860679a127f987004564a453afbe919 to your computer and use it in GitHub Desktop.
Save letswritetw/6860679a127f987004564a453afbe919 to your computer and use it in GitHub Desktop.
food-check
<!-- 顯示區塊 -->
<section class="god">
<h1>
<span class="wrap">
<span>午餐吃什麼呢?</span>
</span>
</h1>
</section>
<!-- 按鈕 -->
<section class="btns">
<div class="checkbox">
<p class="vegetarian">Vegetarian?</p>
<!-- 素食 -->
<div class="check">
<label class="toggle">
<input id="vage" type="checkbox" checked>
<span class="button round"></span>
</label>
</div>
</div>
<!-- start -->
<a class="btn-start" href="#">
<span class="line top -h"></span>
<span class="line right -v"></span>
<span class="line bottom -h"></span>
<span class="line left -v"></span>
</a>
</section>
<!-- 地圖 -->
<section id="map" class="map">
<iframe frameborder="0" style="border:0" src="" allowfullscreen></iframe>
</section>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment