diff --git a/assets/css_files/cursor.css b/assets/css_files/cursor.css new file mode 100644 index 00000000..d7e26adb --- /dev/null +++ b/assets/css_files/cursor.css @@ -0,0 +1,20 @@ +.circle { + z-index: 10000; + width: 20px; + height: 20px; + border-radius: 50%; + pointer-events: none; + animation: colors 5s infinite; + position: fixed; + transform: translate(-50%, -50%); +} + +.circle::before { + content: ""; + position: fixed; + width: 50px; + height: 50px; + opacity: 0.2; + transform: translate(-30%, -30%); + border-radius: 50%; +} diff --git a/assets/html_files/about.html b/assets/html_files/about.html index a6e0b3cd..b7c6b0e8 100644 --- a/assets/html_files/about.html +++ b/assets/html_files/about.html @@ -9,6 +9,7 @@ + @@ -22,7 +23,28 @@
- +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+