KKeine Bearbeitungszusammenfassung |
KKeine Bearbeitungszusammenfassung |
||
| Zeile 29: | Zeile 29: | ||
font-size: 23px; | font-size: 23px; | ||
} | } | ||
@media (max-width: 900px) { | |||
.testen span { | |||
float: left; | |||
color:blue; | |||
} | |||
.testen i { | |||
float: right; | |||
color: yellow; | |||
} | |||
} | |||
Version vom 17. Mai 2019, 09:21 Uhr
.testen {
font-size: 30px;
}
.testen span {
float: left;
color:green;
}
.testen i {
float: right;
color: red;
}
bl {
color: blue;
}
.fs {
font-size: 12px;
}
code {
color: green;
background-color:#f8f9fa;
border:1px solid #eaecf0;
border-radius:10px;
padding:1px 4px;
font-size: 23px;
}
@media (max-width: 900px) {
.testen span {
float: left;
color:blue;
}
.testen i {
float: right;
color: yellow;
}
}