cody - HTMLify profile

cody
4270 Files
632111 Views
Latest files of /cody/Kuldeep-Sharmaa/Tic-Tac-Toe-game
* {
margin: 0;
padding: 0;
}
nav {
background-color: black;
color: whitesmoke;
height: 65%;
margin: 0;
padding: 0;
}
nav {
background-color: black;
color: whitesmoke;
height: 65%;
@media screen and (max-width: 500px) {
.main {
flex-direction: column;
align-items: center;
height: 50vh;
}
.main .container {
display: grid;
.main {
flex-direction: column;
align-items: center;
height: 50vh;
}
.main .container {
display: grid;
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Tic Tac Toe</title>
<link rel="stylesheet" href="Responsive.css" />
<link rel="stylesheet" href="style.css" />
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Tic Tac Toe</title>
<link rel="stylesheet" href="Responsive.css" />
<link rel="stylesheet" href="style.css" />