Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
### Hi there 👋, I am Yash Dave.
#### I am a web developer from Mumbai,India.

# R-cadion
*This is a project where I have tried to create a 2 in i game
- 2048
- Tic Tac Toe

- Technologies Used:
- Html
- Css

- Deployment: [R-cadion](https://yash-dave.github.io/R-cadion.github.io/)

- About Me
- 🌱 I’m currently learning M.E.R.N Stack

- 📫 How to reach us:
- daveyashrakesh@gmail.com
6 changes: 3 additions & 3 deletions tictactoe.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ <h1 class="header">Tic Tac Toe</h1>
<form id="player-form">
<div class="player-container">
<label for="player1" font-color:white>Player 1</label>
<input type="text" placeholder="Enter name" name="player1" id="player1" class="input-field" />
<input type="text" placeholder="Player 1" name="player1" id="player1" class="input-field" />
</div>
<div class="player-container">
<label for="player2">Player 2</label>
<input type="text" placeholder="Enter name" name="player2" id="player2" class="input-field" />
<input type="text" placeholder="Player 2" name="player2" id="player2" class="input-field" />
</div>

<input type="submit" class="submit-btn" value="Start Game" />
Expand Down Expand Up @@ -92,4 +92,4 @@ <h1 class="header">Tic Tac Toe</h1>
</div>
</body>

</html>
</html>