From 25971922273a3cc541b75d415e78f61907c544e2 Mon Sep 17 00:00:00 2001 From: cowboykipnugget <524877@vistacollege.nl> Date: Thu, 13 Feb 2025 09:45:45 +0100 Subject: [PATCH] sd --- website/style.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/website/style.css b/website/style.css index 0e843f4..b3fe780 100644 --- a/website/style.css +++ b/website/style.css @@ -92,10 +92,11 @@ body { } .close { + color: red; position: absolute; - top: 10px; - right: 20px; - font-size: 30px; + top: 80px; + right: 450px; + font-size: 40px; font-weight: bold; cursor: pointer; }