Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

files of /cody/Kuldeep-Sharmaa/Tic-Tac-Toe-game/

Responsive.css /cody/Kuldeep-Sharmaa/Tic-Tac-Toe-game/Responsive.css
128 Views
0 Comments
@media screen and (max-width: 500px) {
.main {
flex-direction: column;
align-items: center;
height: 50vh;
}
.m
Tic Tac Toe Game /cody/Kuldeep-Sharmaa/Tic-Tac-Toe-game/index.html
479 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width
script.js /cody/Kuldeep-Sharmaa/Tic-Tac-Toe-game/script.js
200 Views
0 Comments
console.log("Welcome to Tic Tak Toe");
let turn = "X";
let isgameover = false;

// Function to change the trun
const changeTurn
style.css /cody/Kuldeep-Sharmaa/Tic-Tac-Toe-game/style.css
131 Views
0 Comments
* {
margin: 0;
padding: 0;
}
nav {
background-color: black;
color: whitesmoke;
height: 65%;