We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e53754d commit d57c05dCopy full SHA for d57c05d
index.html
@@ -1,4 +1,3 @@
1
-<!DOCTYPE html>
2
<html>
3
<head>
4
<meta charset="UTF-8">
@@ -28,5 +27,4 @@ <h1 class="title">Tic <span>Tac</span> Toe</h1>
28
27
</div>
29
30
<script src="main.js"></script>
31
-</body>
32
-</html>
+</body>
style.css
@@ -16,8 +16,8 @@ body {
16
align-items: center;
17
}
18
.cross{
19
- width: 110px;
20
- transform: rotate(45deg);
+ width: 110px;
+ transform: rotate(45deg);
21
22
23
.container {
0 commit comments