From 270efebe3f2a311d927606dcf11d722a7fcf4921 Mon Sep 17 00:00:00 2001 From: Castro0o Date: Tue, 10 Dec 2019 12:17:13 +0100 Subject: [PATCH] css div#right width:50% --- 10/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/10/style.css b/10/style.css index e930db5..b74791d 100644 --- a/10/style.css +++ b/10/style.css @@ -93,7 +93,7 @@ div#left { div#right { border: none; - width:49%; + width:50%; display: inline-block; margin-left: auto; margin-right: auto;