25.095
Bearbeitungen
RaWen (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „→Container für Überschrift+Content-Box: .content-box { position: relative; display: inline-block; margin-bottom: 1.5rem; z-index: 1; transition: all .3s cubic-bezier(0.165, 0.84, 0.44, 1); transform-origin: center; width: 100%; max-width: 500px; } .content-box:hover { transform: scale(1.01); border-color: rgba(0,0,0,0.12); z-index: 2; } →Header-Tab: .box-header { position: relative; width: max-co…“) |
RaWen (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
||
Zeile 47: | Zeile 47: | ||
border-radius: 6px; | border-radius: 6px; | ||
box-shadow: 0 0.3rem 0.8rem rgba(51,51,51,0.08); | box-shadow: 0 0.3rem 0.8rem rgba(51,51,51,0.08); | ||
} | |||
/* Copyright-Symbol */ | |||
.symbol { | |||
position: absolute; | |||
top: -15px; | |||
right: 15px; | |||
font-size: 60px; | |||
color: rgba(0,0,0,0.1); | |||
z-index: 0; | |||
font-weight: bold; | |||
transform: rotate(15deg); | |||
user-select: none; | |||
} | } | ||