From 86cb4765904bf8cbb65ec92271ac52bc4fac174c Mon Sep 17 00:00:00 2001 From: totaro <66010583+totaro@users.noreply.github.com> Date: Mon, 15 Jan 2024 20:21:16 +0200 Subject: [PATCH] Add files via upload --- style.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 27a996e..fd2ac73 100644 --- a/style.css +++ b/style.css @@ -928,11 +928,12 @@ .squares{ position: absolute; - - top:-19px; + top:0; left:0; width: 100%; height: 100%; + border: 1px solid #111a3a; + border-radius: 10px; overflow: hidden; /* border: 1px solid white; */ }