From 1524cfd10d5a70352e209eb9a282f1773b6db410 Mon Sep 17 00:00:00 2001 From: vance Date: Fri, 31 Mar 2023 19:05:23 -0700 Subject: [PATCH] body to size of viewport --- index.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 477da7c..71bab7a 100644 --- a/index.html +++ b/index.html @@ -22,8 +22,10 @@ font-size: 16pt; cursor: url('cursor.cur'), auto !important; } - + body { + width: 100%; + height: 100%; background: #000000; overflow: hidden; }