From e1e0ff8970b7710c780472509e1c93265d4b056d Mon Sep 17 00:00:00 2001 From: NanditaPatil-dotcom Date: Thu, 23 Oct 2025 14:26:45 +0530 Subject: [PATCH] fix : Issue #123 : bug in typing test --- projects/typing-test/index.html | 1 + projects/typing-test/styles.css | 7 +------ 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/projects/typing-test/index.html b/projects/typing-test/index.html index f472400..10fb6c9 100644 --- a/projects/typing-test/index.html +++ b/projects/typing-test/index.html @@ -22,6 +22,7 @@

Typing Test

+
WPM: 0 • Accuracy: 100% • Time: 60s diff --git a/projects/typing-test/styles.css b/projects/typing-test/styles.css index 43ef024..e83c7b0 100644 --- a/projects/typing-test/styles.css +++ b/projects/typing-test/styles.css @@ -76,12 +76,7 @@ button:hover { } .caret { - position: absolute; - width: 3px; - height: 2.5rem; - background: #00d0ff; - animation: blink 1s infinite; - display: none; /* hidden until typing starts */ + display: none; } @keyframes blink {