Mein aktueller sonstiger Code:
Code
/* sticky header */
@media only screen and (min-width: 768px) {
#site-header {
position: fixed;
z-index: 10;
top: 28px;
transion: background-color .15s
ease-in;
}
}
#top-bar {
background: rgb(122,23,24);
background: linear-gradient(90deg, rgba(122,23,24,1) 50%, rgba(197,26,27,1) 100%);
}
Alles anzeigen