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 @@
Click start to have a quote displayed. Type the quote as fast as you can!
+ + +