From 07fda1c2fbbf2eea7b359556b4c47b4fdfc4aa1f Mon Sep 17 00:00:00 2001 From: bo Date: Thu, 29 Jun 2023 15:48:17 +0200 Subject: [PATCH] adding style --- web/style.css | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/web/style.css b/web/style.css index 009f550..9117f40 100644 --- a/web/style.css +++ b/web/style.css @@ -1,13 +1,25 @@ body { - background-color: lightblue; + background-color: white; } h1 { - color: white; + color: blue; text-align: center; } p { - font-family: verdana; + font-family: monospace; font-size: 20px; + color: blue; + } + + a { + color: yellow; + } + + .images { + position: absolute; + padding-left: 5%; + width: fit-content; + height: fit-content; } \ No newline at end of file