From 7ff6d5ade00c73902966ed38222f20058525e395 Mon Sep 17 00:00:00 2001 From: Borgal Date: Wed, 17 Sep 2025 14:42:18 +0200 Subject: [PATCH] =?UTF-8?q?Backgroundgradient=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/style.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/css/style.css b/css/style.css index 59a7b72..cf95f48 100755 --- a/css/style.css +++ b/css/style.css @@ -1,8 +1,8 @@ -/* --- Basis-Layout-Regeln --- */ body { - background-color: #e6e6e6; - padding-top: 56px !important; /* Korrigiert, um Platz für das Menü zu schaffen */ -} + background: linear-gradient(135deg, #b3b3b3 0%, #ffffff 100%); + min-height: 100vh; + padding-top: 56px; + } .container { margin-top: 50px;