styles.css

Aus Infopedia
Wechseln zu:Navigation, Suche
(Die Seite wurde neu angelegt: „→‎Allgemein: p.strong-p { background-color: red; }“)
 
K
Zeile 2: Zeile 2:
 
p.strong-p {
 
p.strong-p {
 
   background-color: red;
 
   background-color: red;
 +
}
 +
 +
span.strong-c {
 +
  color: red;
 
}
 
}

Version vom 20. November 2020, 09:13 Uhr

/* Allgemein */
p.strong-p {
  background-color: red;
}

span.strong-c {
  color: red;
}