diff --git a/public/css/styles.css b/public/css/styles.css index 5ca5925..fe05e0b 100644 --- a/public/css/styles.css +++ b/public/css/styles.css @@ -117,7 +117,27 @@ body { height: 5rem; z-index: 1000; } + /* cursor */ +.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%; +} /* navigation bar font size transition styling*/ diff --git a/server/views/about.ejs b/server/views/about.ejs index 3614f49..d3b9f85 100644 --- a/server/views/about.ejs +++ b/server/views/about.ejs @@ -39,6 +39,20 @@ +
+
+
+
+
+
+
+
+
+
+
+
+
+