K |
K |
||
Zeile 5: | Zeile 5: | ||
.wichtig { | .wichtig { | ||
border-color: #b51f1f; | border-color: #b51f1f; | ||
+ | } | ||
+ | |||
+ | .wichtig::before { | ||
+ | content: "<i class='fas fa-exclamation-circle'></i>" | ||
} | } | ||
Version vom 18. November 2020, 09:40 Uhr
.randnotiz { border-top: solid 0.5rem #888; } .wichtig { border-color: #b51f1f; } .wichtig::before { content: "<i class='fas fa-exclamation-circle'></i>" } /* Desktop */ @media screen and (min-width: 1550px) { .randnotiz { position: absolute; right: -200px; width: 250px; } }