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