Seite 6 von 8
5️⃣ Modul-Header gezielt stylen
.moduletable h3 {
font-size: 1.1rem;
color: #000000; /* Schwarz */
font-weight: bold;
border-bottom: 1px solid #ccc;
}
Verständnisfrage:
Warum nicht inline-CSS?
✅ Trennung von Inhalt & Design