- +

Tic-Tac-Toe

- +

The Bubble Game

- +

Dev Quiz

diff --git a/tic-tac-toe/index.html b/tic-tac-toe/index.html index 63ed696..4903fc0 100644 --- a/tic-tac-toe/index.html +++ b/tic-tac-toe/index.html @@ -30,7 +30,8 @@

Multiplayer

is the winner!!

Game Drawn

- + + Home

X's Turn

diff --git a/tic-tac-toe/style.css b/tic-tac-toe/style.css index 4931c80..586536f 100644 --- a/tic-tac-toe/style.css +++ b/tic-tac-toe/style.css @@ -194,6 +194,8 @@ body{ transform-style: preserve-3d; -webkit-transition: background 150ms cubic-bezier(0, 0, 0.58, 1), -webkit-transform 150ms cubic-bezier(0, 0, 0.58, 1); transition: transform 150ms cubic-bezier(0, 0, 0.58, 1), background 150ms cubic-bezier(0, 0, 0.58, 1), -webkit-transform 150ms cubic-bezier(0, 0, 0.58, 1); + margin-bottom: .5em; + text-align: center; } .video-game-button-end::before {