KKeine Bearbeitungszusammenfassung |
KKeine Bearbeitungszusammenfassung |
||
Zeile 1: | Zeile 1: | ||
. | .testen { | ||
min-width: 200px; | min-width: 200px; | ||
} | } | ||
. | .testen span { | ||
float: left; | float: left; | ||
color:green; | color:green; | ||
} | } | ||
. | .testen i { | ||
float: right; | float: right; | ||
color: red; | color: red; | ||
} | } | ||
. | .testen bl { | ||
color: blue; | color: blue; | ||
} | } | ||
. | .k { | ||
color: blue; | color: blue; | ||
font-size: 7px; | font-size: 7px; | ||
} | } |
Version vom 17. Mai 2019, 07:44 Uhr
.testen { min-width: 200px; } .testen span { float: left; color:green; } .testen i { float: right; color: red; } .testen bl { color: blue; } .k { color: blue; font-size: 7px; }