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