From eb69e347deeed475b3fa9d6a81b312797f837792 Mon Sep 17 00:00:00 2001 From: bo Date: Thu, 29 Jun 2023 15:55:22 +0200 Subject: [PATCH] txt color --- web/style.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/web/style.css b/web/style.css index 9117f40..eb9224a 100644 --- a/web/style.css +++ b/web/style.css @@ -1,5 +1,6 @@ body { background-color: white; + color: blue; } h1 { @@ -20,6 +21,6 @@ body { .images { position: absolute; padding-left: 5%; - width: fit-content; - height: fit-content; + width: 50%; + height: 50%; } \ No newline at end of file