From 4a21150aad4139a36cb3ecd29533d9787e5932fe Mon Sep 17 00:00:00 2001 From: "Sperl, Mario" Date: Mon, 2 Feb 2026 15:44:37 +0000 Subject: [PATCH] css/style.css aktualisiert --- css/style.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index e8bb1db..1a32df3 100644 --- a/css/style.css +++ b/css/style.css @@ -23,7 +23,11 @@ h3 {margin: 0;} } .spacer20 {height: 20px;} -.padding20 {padding: 20px;} +.padding20 { + padding: 20px; + background-color: #ddd077; + +} .rounded5 {border-radius: 5px;} .grayFont {color: #444;}