Link to article: uncle nicolini author page.
@import url('https://fonts.bunny.net/css?family=EB+Garamond:500&display=swap');
.raisa_box{
border:solid 1px #252525;
background:#f2f2c2;
padding: 5px;
margin-bottom: 10px;
}
div.resize img{
width: auto;
height: 150px;
float: left;
margin: 5px;
}
div.resizesm img{
width: auto;
height: 125px;
float: left;
margin: 5px;
}
.ticker {
background-color: #272727;
white-space: nowrap;
overflow: hidden;
box-sizing: border-box;
border: 4px grey solid;
position: sticky;
top: 0;
text-align: center;
z-index: 1;
}
.shadow-text {
animation: 2s ease-in-out infinite alternate pulse;
color: transparent;
font-family:"EB Garamond", sans-serif;
font-size:120%;
}
@keyframes pulse {
0% {
text-shadow: #0009 -0.05em -0.05em, #aaaa 0 0;
transform: rotate(-2deg);
}
50% {
text-shadow: #000f -0.15em -0.15em, #aaaa 0 0;
}
100% {
text-shadow: #0009 -0.05em -0.05em, #aaaa 0 0;
transform: rotate(4deg);
}
}
height: 300px;
ticker
shadow-text