diff --git a/quickdraw-game.html b/quickdraw-game.html index 4742d7d..a2f92c1 100644 --- a/quickdraw-game.html +++ b/quickdraw-game.html @@ -67,11 +67,21 @@ font-size: 2rem; } + #title-container { + justify-self: center; + justify-content: center; + display: flex; + flex-direction: row; + width: 100%; + gap: 2rem; + } + #text-box { display: flex; - flex-direction: row; + flex-direction: column; align-content: end; justify-content: space-evenly; + gap: 1rem; text-align: center; color: red; width: 100%; @@ -104,23 +114,26 @@