Skip to content

Instantly share code, notes, and snippets.

@arakawa-s
Last active November 30, 2020 02:05
Show Gist options
  • Save arakawa-s/0bb5aa248aad64da4831a6107b1e9f82 to your computer and use it in GitHub Desktop.
Save arakawa-s/0bb5aa248aad64da4831a6107b1e9f82 to your computer and use it in GitHub Desktop.
Advent Calendar 2020 example3
<div tabindex="0">
<div>
<ul>
<li><button type="button" tabindex="0">東京(すべて)</button></li>
<li><button type="button" tabindex="0">東京テレポート駅</button></li>
<li><button type="button" tabindex="0">東京ビッグサイト駅</button></li>
<li><button type="button" tabindex="0">東京国際クルーズターミナル駅</button></li>
</ul>
<p>
<button type="button" tabindex="0">全てクリア</button>
</p>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment