Skip to content

Commit 75da7e5

Browse files
added class for body
1 parent c7dd193 commit 75da7e5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Games/Game_03/code/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<title>Tic Tac Toe</title>
1010
</head>
1111

12-
<body>
12+
<body class="body-container">
1313
<section class="selectSym container">
1414
<h1 class="heading">TIC TAC TOE</h1>
1515
<h2 class="pick-msg">Pick your side</h2>

Games/Game_03/code/style.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
padding: 0;
55
box-sizing: border-box;
66
}
7-
body {
7+
.body-container {
88
height: 100vh;
99
width: 100vw;
1010
display: flex;

0 commit comments

Comments
 (0)