K |
K |
||
Zeile 1: | Zeile 1: | ||
+ | .randnotiz { | ||
+ | border-top: solid 1px #888; | ||
+ | } | ||
+ | |||
+ | .wichtig { | ||
+ | border-top: #b51f1f; | ||
+ | } | ||
/* Desktop */ | /* Desktop */ | ||
Zeile 6: | Zeile 13: | ||
right: -200px; | right: -200px; | ||
width: 250px; | width: 250px; | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
} | } | ||
} | } |
Version vom 18. November 2020, 09:31 Uhr
.randnotiz { border-top: solid 1px #888; } .wichtig { border-top: #b51f1f; } /* Desktop */ @media screen and (min-width: 1550px) { .randnotiz { position: absolute; right: -200px; width: 250px; } }