Skip to content

Commit

Permalink
Change Readme and css
Browse files Browse the repository at this point in the history
  • Loading branch information
JeetMajumdar2003 committed Mar 30, 2024
1 parent 0da48b2 commit ecce2d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# TIC TAC TOE Game
# [TIC TAC TOE Game](https://jeetmajumdar2003.github.io/TIC-TAC-TOE-Game/)

This is a simple and interactive TIC TAC TOE game built using HTML, CSS, and JavaScript. The game is designed to be played on a 3x3 grid by two players, who take turns marking the spaces in the grid. The player who succeeds in placing three of their marks in a horizontal, vertical, or diagonal row is the winner.

Expand Down
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ nav ul {


/* Media Queries */
@media only screen and (max-width: 500px) {
@media only screen and (max-width: 700px) {
.gameContainer {
flex-wrap: wrap;
height: auto;
Expand Down

0 comments on commit ecce2d4

Please sign in to comment.