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 fb69278 commit abeebeaCopy full SHA for abeebea
CREDITS.txt
@@ -1,2 +1,5 @@
1
Fart sounds:
2
- https://pixabay.com/sound-effects/search/fart/
3
+
4
+Peach emoji:
5
+- https://en.wikipedia.org/wiki/Peach_emoji
index.html
@@ -11,8 +11,8 @@
11
</div>
12
13
14
- <button class="center" id="clickMe"></button>
15
- <label id="clickMeWrapper" for="clickMe" class="center">
+ <button class="center customCursor" id="clickMe"></button>
+ <label id="clickMeWrapper" for="clickMe" class="center customCursor">
16
<div id="clickMeText">
17
Click me!
18
main.css
@@ -29,3 +29,6 @@
29
transform: translate(-50%, -50%);
30
font-size: 48px;
31
}
32
+.customCursor {
33
+ cursor: url("peach-emoji.png"), auto;
34
+}
peach-emoji.png
1.44 KB
0 commit comments