From 8d7e64194dc0a395d04c71d247c31189dcbb40e5 Mon Sep 17 00:00:00 2001 From: zainmanishcktd <72162148+zainmanishcktd@users.noreply.github.com> Date: Thu, 1 Oct 2020 16:38:41 +0530 Subject: [PATCH] Update style.css MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I think you have to give some padding and margin 🙄 --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 4f39ca4..475596c 100755 --- a/style.css +++ b/style.css @@ -42,8 +42,8 @@ font-family: "Arimo", arial, verdana, sans-serif; LAYOUT -----------------------------------*/ body{ -margin:0; -padding:0 0 0 0; +margin:1; +padding:1 1 1 1; color:#000; background:#efefef url(css/img/gray_jean.png); font:normal 0.9em/150% 'Arimo', arial, verdana, sans-serif;