From ef45538a79edb5229383a83e631051f8cea50077 Mon Sep 17 00:00:00 2001 From: Adam French Date: Sun, 23 Nov 2025 23:53:54 +0000 Subject: [PATCH] new layout --- html/css/styles.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/html/css/styles.css b/html/css/styles.css index 4dc4c0d..d412424 100644 --- a/html/css/styles.css +++ b/html/css/styles.css @@ -8,6 +8,9 @@ body { background-image: linear-gradient(to bottom, aqua, blue); font-family: "Times New Roman", Times, serif; + width: 100%; + height: 100%; + /*background-image: url("../img/background.png"); background-size: cover;*/ }