From 888de1b89a86cb6aabdccdc9fbb9550ff75abc06 Mon Sep 17 00:00:00 2001 From: manish gupta Date: Wed, 19 Oct 2022 21:15:30 +0530 Subject: [PATCH] 4 typing game,start button aligned --- 4-typing-game/solution/index.css | 7 +++++++ 4-typing-game/solution/index.html | 6 ++++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/4-typing-game/solution/index.css b/4-typing-game/solution/index.css index c1767359..7c47576d 100644 --- a/4-typing-game/solution/index.css +++ b/4-typing-game/solution/index.css @@ -6,3 +6,10 @@ background-color: lightcoral; border-color: red; } + +.button{ + padding: revert; + margin-top: 12px; + margin-left: 50px; +} + diff --git a/4-typing-game/solution/index.html b/4-typing-game/solution/index.html index a4742715..702ca247 100644 --- a/4-typing-game/solution/index.html +++ b/4-typing-game/solution/index.html @@ -7,17 +7,19 @@ +

Practice your typing

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

-
+
-
+
+