From fc6b67b2063047b51799d313e51359a2e9b9e280 Mon Sep 17 00:00:00 2001 From: sudhanshu248 Date: Tue, 15 Oct 2024 12:16:40 +0530 Subject: [PATCH] Removing Emoticons when moving cursor --- index.html | 9 +-------- style.css | 14 +------------- 2 files changed, 2 insertions(+), 21 deletions(-) diff --git a/index.html b/index.html index 14b2e6fb..ff0726cf 100644 --- a/index.html +++ b/index.html @@ -223,14 +223,7 @@ -
- + diff --git a/style.css b/style.css index 4571387c..ca0e4b10 100644 --- a/style.css +++ b/style.css @@ -79,18 +79,6 @@ body { font-family: "Poppins", sans-serif; } -#cursor { - position: fixed; - top: 0; - left: 0; - width: 100%; - height: 100%; - pointer-events: none; - z-index: 97; - font-size: 20px; - color: black; - transition: color 0.3s ease; -} .cloud { position: absolute; @@ -119,7 +107,7 @@ body { background: #2C3E50;; transition: width 0.2s ease; } - + .scroll-top-btn { position: fixed; /* Fixed position */ bottom: 20px; /* Distance from the bottom of the viewport */