Skip to content

Instantly share code, notes, and snippets.

@chasm
Created July 24, 2022 23:08
Show Gist options
  • Save chasm/91c83bde6ffcc31be73dcfa79e69fea5 to your computer and use it in GitHub Desktop.
Save chasm/91c83bde6ffcc31be73dcfa79e69fea5 to your computer and use it in GitHub Desktop.
Tic-tac-toe board using buttons
<div class="board">
<button></button>
<button></button>
<button></button>
<button></button>
<button></button>
<button></button>
<button></button>
<button></button>
<button></button>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment