From 0539e520ccf43a13f5136eabf036667a9053a53e Mon Sep 17 00:00:00 2001 From: ChronosX88 Date: Sun, 9 Jan 2022 18:54:09 +0300 Subject: [PATCH] Remove strange body margin --- style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/style.css b/style.css index 84d3aa8..dfe601e 100644 --- a/style.css +++ b/style.css @@ -18,6 +18,7 @@ body { height: 100%; width: 100%; position: fixed; + margin: 0px; background-color: black; color: beige; text-shadow: 1px 1px black;