Wechseln zu:Navigation, Suche
Wiki
KKeine Bearbeitungszusammenfassung
KKeine Bearbeitungszusammenfassung
Zeile 18: Zeile 18:


.k {
.k {
   color: brown;
   color: red;
   font-size: 7px;
   font-size: 7px;
}
}

Version vom 17. Mai 2019, 08:49 Uhr

.testen {
  min-width: 200px;
}

.testen span {
  float: left;
  color:green;
}

.testen i {
  float: right;
  color: red;
}

.testen bl {
  color: blue;
}

.k {
  color: red;
  font-size: 7px;
}