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