From ac0b195a361b37f9363e57dec0b118f1df65cbd7 Mon Sep 17 00:00:00 2001 From: Kalekki Date: Mon, 21 Nov 2022 14:05:57 +0200 Subject: [PATCH] Remove white margins around working area --- css/index.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/css/index.css b/css/index.css index bd2f317..bbaa3ae 100644 --- a/css/index.css +++ b/css/index.css @@ -2,6 +2,9 @@ font-size: 100%; font-family: Arial, Helvetica, sans-serif; } +body{ + margin:0px; +} .container { position: relative;