We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7dd193 commit 75da7e5Copy full SHA for 75da7e5
Games/Game_03/code/index.html
@@ -9,7 +9,7 @@
9
<title>Tic Tac Toe</title>
10
</head>
11
12
-<body>
+<body class="body-container">
13
<section class="selectSym container">
14
<h1 class="heading">TIC TAC TOE</h1>
15
<h2 class="pick-msg">Pick your side</h2>
Games/Game_03/code/style.css
@@ -4,7 +4,7 @@
4
padding: 0;
5
box-sizing: border-box;
6
}
7
-body {
+.body-container {
8
height: 100vh;
width: 100vw;
display: flex;
0 commit comments