And it’s okay! First step is always the hardest. Come back you’re ready
Get Additional 10% off | Use Coupon: New10
Templates designed by Artists
Animate with scroll
Or Move with Mouse
And infintely many more!
.Artists{
font-size: 5vw;
-webkit-text-stroke: 1px #fff;
color: transparent;
background-clip: text;
-webkit-text-fill-color: transparent;
-webkit-background-clip: text;
background-image: url(https://foliopedia.com/wp-content/uploads/2024/11/bunch-leaves-that-have-number-10-them_849715-2767.jpg);
background-size: 120%;
animation: artists-animation 30s cubic-bezier(0.3,0,0.7,1) infinite;
}
@keyframes artists-animation{
0% {background-position: 0% 0%;}
50% {background-position: 100% 100%;}
100% {background-position: 0% 0%;}
}
© 2024 Cranburry. All rights reserved.