Link to article: Ellie3 (Gimmick Free!).
.image {
mix-blend-mode: darken;
}
:root {
--trans: linear-gradient(to bottom,
rgb(85, 205, 252),
rgb(247, 168, 184),
rgb(255, 255, 255),
rgb(247, 168, 184),
rgb(85, 205, 252));
}
::-webkit-scrollbar {
width: initial;
height: initial;
}
::-webkit-scrollbar-thumb {
background-color: rgb(175, 175, 175, .1);
border-radius: 5px;
border: 1px solid black;
}
::-webkit-scrollbar-track {
background-color: rgb(23,0,127);
background-image: var(--trans);
}
background-color: #191410; border-top: double #5BCEFA; border-left: double #FFFFFF; border-right: double #FFFFFF; border-bottom: double #F5A9B8;
background: -webkit-linear-gradient(180deg, #79CBF5, #E9ACB9, white); background-size: contain; -webkit-background-clip: text; color: transparent; font-size: 200%; background-size: 50% 50%;
height: 300px; width: 100%; background-image: linear-gradient(#55CDFC 20%, #F7A8B8 0 40%, #ffffff 0 60%, #F7A8B8 0 80%, #55CDFC 0); box-shadow: 1px 1px 2px 1px rgba(0,0,0,.3); margin: 1em 0;