From 2458024b59306ad66cb8f2978e4d5ba698623e18 Mon Sep 17 00:00:00 2001 From: igiallan Date: Tue, 30 Jan 2024 15:43:08 -0500 Subject: [PATCH] fixed margin and font --- css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/style.css b/css/style.css index f7a4026..c32853c 100644 --- a/css/style.css +++ b/css/style.css @@ -1,8 +1,8 @@ body { - font-family: 'Arial', Verdana, sans-serif; + font-family: 'Arial', Verdana; background-color: #000000; color: #ffffff; - margin: 20px 20px 20px 0px; + margin: 20px 20px 0px 20px; } h1 {