We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49aef1e commit 0fbb834Copy full SHA for 0fbb834
github logo.svg
index.html
@@ -14,6 +14,9 @@
14
<body>
15
<div id="scores">
16
<span id="currentStreak">CURRENT STREAK: 0</span>
17
+ <a href="https://github.com/JMHeartley/Tic-Tac-Toe" target="_blank">
18
+ <img src="github logo.svg" alt="github logo" id="githubLogo">
19
+ </a>
20
<span id="topScore">TOP: <i>checking</i></span>
21
</div>
22
<div id="splash" class="center d-none">Let's Play Some <br> Tic-Tac-Toe!</div>
style.css
@@ -97,6 +97,7 @@ tbody>tr:nth-child(odd) {
97
font-size: 55pt;
98
}
99
100
+#githubLogo:hover,
101
.space:hover,
102
.button:hover {
103
cursor: pointer;
0 commit comments