Hi guys, could you please help me? I want to apply these effects, colors changing and icon moving."Wlasciciel" I have the code, but I don't know how to apply it correctly, if you can help me please
video-1630048160.mp4
html
<span class="rangaGA"><i class="fa-duotone fa-circle-dashed fa-spin"></i> Właściciel</span>
css
@media all{*, .ipsApp input[type="search"] { box-sizing: border-box; }}@media all{.rangaGA { animation: 3s linear 0s infinite alternate none running bounce_owner; font-weight: 700; }}@media all{.rangaGA { animation-duration: 15s; animation-iteration-count: infinite; animation-name: bounce_owner; color: rgb(0, 0, 0); font-weight: bold; text-shadow: 1px 1px 12px !important; }}@media all{.fa-spin { animation: 2s linear 0s infinite normal none running fa-spin; }}@media all{*, .ipsApp input[type="search"] { box-sizing: border-box; }}