From 373ad68600de9d1a438d7ef7ea2a999a95dfbaeb Mon Sep 17 00:00:00 2001 From: Ryan Schanzenbacher Date: Mon, 5 Dec 2022 15:27:05 -0500 Subject: added cursor trail courtesy chatgpt Signed-off-by: Ryan Schanzenbacher --- css/cursor.gif | Bin 0 -> 152 bytes css/main.css | 6 ++ index.bak | 206 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ index.html | 34 ++++++++++ 4 files changed, 246 insertions(+) create mode 100644 css/cursor.gif create mode 100644 index.bak diff --git a/css/cursor.gif b/css/cursor.gif new file mode 100644 index 0000000..f1247cf Binary files /dev/null and b/css/cursor.gif 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 @@ font-display: swap; } +.trail { + position: absolute; + z-index: 9999; +} + body { font-family: 'Comic'; color: yellow; font-size: 20px; margin: 0; padding: 0; + overflow-x: hidden; } #overview { min-width: min-content; diff --git a/index.bak b/index.bak new file mode 100644 index 0000000..833f4d4 --- /dev/null +++ b/index.bak @@ -0,0 +1,206 @@ + + + + + + The Second Fire Station of Henrietta, NY + + + + + + + + + +
+
+
+ + +
Ad Banner
+ + +
+ + + + +
+ + + Rochester's premier housing for desperate rich students with no + hopes, dreams, options, or cooking skills. + + + + + + Now with 100% more parking lot fires! + + + +
+ + + +
+
+
+ + + + + + + + + + + + + + + + + + +
+ + + +
+
+ + + + + + + + + + +
+ + + + diff --git a/index.html b/index.html index 53b2c2a..949b29e 100644 --- a/index.html +++ b/index.html @@ -129,5 +129,39 @@
Unyeah
+ -- cgit v1.2.3