From ffe6587e15c541e0c638310352f10a63005b05dd Mon Sep 17 00:00:00 2001 From: Zakify Date: Tue, 25 Mar 2025 14:14:30 +0100 Subject: [PATCH] customise typing game give it a better look and remove unnecessary lines --- 4-typing-game/solution/index.css | 3 +++ 4-typing-game/solution/index.html | 20 +++++++++++--------- 2 files changed, 14 insertions(+), 9 deletions(-) diff --git a/4-typing-game/solution/index.css b/4-typing-game/solution/index.css index c1767359..504fef5b 100644 --- a/4-typing-game/solution/index.css +++ b/4-typing-game/solution/index.css @@ -6,3 +6,6 @@ background-color: lightcoral; border-color: red; } +.container{ + display: flex; +} \ No newline at end of file diff --git a/4-typing-game/solution/index.html b/4-typing-game/solution/index.html index a4742715..b89ca8cc 100644 --- a/4-typing-game/solution/index.html +++ b/4-typing-game/solution/index.html @@ -8,15 +8,17 @@

Practice your typing

-
Click start to have a quote displayed. Type the quote as fast as you can!
- -

-

-
- -
-
- + +

Click start to have a quote displayed. Type the quote as fast as you can!

+

+

+
+
+ +
+
+ +