From b850822d62df4f33fecfe3a71e06999046c8e29f Mon Sep 17 00:00:00 2001 From: latifa Date: Wed, 22 May 2024 10:14:18 -0700 Subject: [PATCH] solve errors --- index.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.css b/index.css index 7b73091..ff78c27 100644 --- a/index.css +++ b/index.css @@ -1,5 +1,6 @@ .container { background-color: rgb(236, 234, 233); + /* width: 100%; */ height: 100%; margin: 30px 10px; @@ -13,7 +14,7 @@ } .container p { -text-align: center; + text-align: center; } .image {