Zeile 8: | Zeile 8: | ||
} | } | ||
.wichtig { | .wichtig { | ||
− | background-color: red | + | background-color: red; |
− | |||
} | } | ||
} | } |
Version vom 17. November 2020, 15:52 Uhr
/* Desktop */ @media screen and (min-width: 1550px) { .randnotiz { position: absolute; right: -200px; width: 250px; } .wichtig { background-color: red; } }