Bilder auf Webseite automatisch anpassen

This commit is contained in:
ElenaRJ 2026-05-27 17:52:06 +02:00
parent c4f6d87b3b
commit 7d5e6cb300

View file

@ -219,4 +219,11 @@ footer {
.hero {
padding: 90px 20px;
}
}
Für Bilder
img {
max-width: 100%;
height: auto;
}