3️ Praxisbeispiel 1:
Spendenbox hervorheben

Gestaltung erfolgt immer über Klassen, nicht über IDs.

      🎯 Ziel

  • Rahmen
  • Hintergrund
  • Abstand

      CSS (user.css)

.mod-spendenbox {
     background-color: #FFFACD; /* Lemon Chiffon – helles Gelb */
     border: 2px solid #DAA520; /* Goldenrod – Gold */
     padding: 15px;
     margin-bottom: 20px;
}