From 7d5e6cb30057298ea44fb4d0dda160a6fd578c85 Mon Sep 17 00:00:00 2001 From: ElenaRJ Date: Wed, 27 May 2026 17:52:06 +0200 Subject: [PATCH] Bilder auf Webseite automatisch anpassen --- css/style.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/css/style.css b/css/style.css index 77c922c..f85a8fb 100644 --- a/css/style.css +++ b/css/style.css @@ -219,4 +219,11 @@ footer { .hero { padding: 90px 20px; } +} + +Für Bilder + +img { + max-width: 100%; + height: auto; } \ No newline at end of file