From 28a6dca477faa61c7dde8e446063321960ecb6e3 Mon Sep 17 00:00:00 2001 From: igiallan Date: Tue, 30 Jan 2024 15:04:33 -0500 Subject: [PATCH] some minor changes --- css/style.css | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/css/style.css b/css/style.css index a441e4a..cb1672c 100644 --- a/css/style.css +++ b/css/style.css @@ -47,16 +47,16 @@ div { background-color: #ff0000; text-align: right; margin-left: 50px; - border-left: 5px; - border-bottom: 2px; + border-left-width: 5px; + border-bottom-width: 2px; } .blue { background-color: #0000ff; text-align: left; margin-right: 50px; - border-right: 5px; - border-top: 2px; + border-right-width: 5px; + border-top-width: 2px; color: #c4c4c4; } @@ -68,8 +68,8 @@ div { background-color: #ffff00; text-align: right; margin-left: 50px; - border-bottom: 2px; - border-left: 5px; + border-bottom-width: 2px; + border-left-width: 5px; } .yellow p { @@ -80,8 +80,8 @@ div { background-color: #008500; text-align: left; margin-right: 50px; - border-right: 5px; - border-top: 2px; + border-right-width: 5px; + border-top-width: 2px; } footer {