summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorRyan Schanzenbacher <ryan@rschanz.org>2022-12-05 15:27:05 -0500
committerRyan Schanzenbacher <ryan@rschanz.org>2022-12-05 15:27:46 -0500
commit373ad68600de9d1a438d7ef7ea2a999a95dfbaeb (patch)
treea992e25b8135c1418ef71c196dc30068974bd9a9 /css
parentd2888aee101d3d709aa6ac5555fce77377a4f144 (diff)
added cursor trail courtesy chatgpt
Signed-off-by: Ryan Schanzenbacher <ryan@rschanz.org>
Diffstat (limited to 'css')
-rw-r--r--css/cursor.gifbin0 -> 152 bytes
-rw-r--r--css/main.css6
2 files changed, 6 insertions, 0 deletions
diff --git a/css/cursor.gif b/css/cursor.gif
new file mode 100644
index 0000000..f1247cf
--- /dev/null
+++ b/css/cursor.gif
Binary files differ
diff --git a/css/main.css b/css/main.css
index 22aee34..c37c0fa 100644
--- a/css/main.css
+++ b/css/main.css
@@ -4,12 +4,18 @@
4 font-display: swap; 4 font-display: swap;
5} 5}
6 6
7.trail {
8 position: absolute;
9 z-index: 9999;
10}
11
7body { 12body {
8 font-family: 'Comic'; 13 font-family: 'Comic';
9 color: yellow; 14 color: yellow;
10 font-size: 20px; 15 font-size: 20px;
11 margin: 0; 16 margin: 0;
12 padding: 0; 17 padding: 0;
18 overflow-x: hidden;
13} 19}
14#overview { 20#overview {
15 min-width: min-content; 21 min-width: min-content;