From 2df7b817f65a0cca7fb68b282f99acf21b9f2e84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?youngchief=20btw=20=E3=83=84?= Date: Tue, 21 Dec 2021 09:58:45 -0800 Subject: [PATCH] Attempt at auto resizing of things. --- src/index.html | 1 + src/style.css | 7 ++++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/src/index.html b/src/index.html index 1eebffc..0a4f0cd 100644 --- a/src/index.html +++ b/src/index.html @@ -4,6 +4,7 @@ youngchief btw ツ +


youngchief btw ツ

diff --git a/src/style.css b/src/style.css index fbe5832..b8885ff 100644 --- a/src/style.css +++ b/src/style.css @@ -19,4 +19,9 @@ a { a:hover { text-decoration:underline; -} \ No newline at end of file +} + +body { + width: 100%; + height: 100% +}