Skip to content

Commit d57c05d

Browse files
author
Navdeep Singh Rathore
committed
Some style changes made, yet to change to responsive measurement
1 parent e53754d commit d57c05d

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

index.html

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
<!DOCTYPE html>
21
<html>
32
<head>
43
<meta charset="UTF-8">
@@ -28,5 +27,4 @@ <h1 class="title">Tic <span>Tac</span> Toe</h1>
2827
</div>
2928
</div>
3029
<script src="main.js"></script>
31-
</body>
32-
</html>
30+
</body>

style.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ body {
1616
align-items: center;
1717
}
1818
.cross{
19-
width: 110px;
20-
transform: rotate(45deg);
19+
width: 110px;
20+
transform: rotate(45deg);
2121
}
2222

2323
.container {

0 commit comments

Comments
 (0)