Zuletzt bearbeitet vor 5 Tagen
von Xineohp1506

styles.css

Version vom 4. März 2025, 23:23 Uhr von Xineohp1506 (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „→‎Container für die Notiz: .note-box { background-color: #FFF9E6; border: 1px solid #E0D4A8; padding: 15px; border-radius: 5px; margin-bottom: 15px; } →‎Überschrift der Notiz: .note-header { font-size: 1.3em; font-weight: bold; color: #2c3e50; margin-bottom: 10px; } →‎Inhalt der Notiz: .note-content { line-height: 1.6; font-size: 1em; color: #333; }“)
(Unterschied) ← Nächstältere Version | Aktuelle Version (Unterschied) | Nächstjüngere Version → (Unterschied)
/* Container für die Notiz */
.note-box {
  background-color: #FFF9E6;
  border: 1px solid #E0D4A8;
  padding: 15px;
  border-radius: 5px;
  margin-bottom: 15px;
}

/* Überschrift der Notiz */
.note-header {
  font-size: 1.3em;
  font-weight: bold;
  color: #2c3e50;
  margin-bottom: 10px;
}

/* Inhalt der Notiz */
.note-content {
  line-height: 1.6;
  font-size: 1em;
  color: #333;
}