We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abeebea commit db549feCopy full SHA for db549fe
index.html
@@ -11,8 +11,8 @@
11
</div>
12
13
14
- <button class="center customCursor" id="clickMe"></button>
15
- <label id="clickMeWrapper" for="clickMe" class="center customCursor">
+ <button class="center" id="clickMe"></button>
+ <label id="clickMeWrapper" for="clickMe" class="center">
16
<div id="clickMeText">
17
Click me!
18
index.js
@@ -59,6 +59,8 @@ const eventsTable = [
59
onCount: 15,
60
action: () => {
61
clickMeText.innerText = `having fun?`;
62
+ clickMeWrapper.classList.add("customCursor");
63
+ clickMe.classList.add("customCursor");
64
playFart(regularFart);
65
}
66
},
0 commit comments