From f1a6b723632785d9d64d2e8b06d7e312bc40bd9b Mon Sep 17 00:00:00 2001 From: David <47269241+dstepanian@users.noreply.github.com> Date: Mon, 11 Mar 2024 11:40:29 +0000 Subject: [PATCH] .word width 520 and .text width 450px back --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 4d81d40..41b7411 100644 --- a/style.css +++ b/style.css @@ -8,7 +8,7 @@ body { .text { position: absolute; - width: 600px; + width: 450px; left: 50%; margin-left: -225px; height: 40px; @@ -24,7 +24,7 @@ p { .word { position: absolute; - width: 220px; + width: 520px; opacity: 0; }