JSFiddle - React, Tailwind, and code Playground
by abdollahpor
HTML
<div class="kpnu" align="center"><font size="+4">انجمن کامپیوتر پیام نور کاشمر</font>
</div>
CSS
@-webkit-keyframes kpnu-cscanimation {
10% { color:blue; background:#6CC;border-radius:5px; }
50% {color:red; background:#66F;border-radius:5px; }
90% {color:black; background:#6FC;border-radius:5px; }
}
.kpnu{
-webkit-animation:'kpnu-cscanimation' 2s ease-in 0s infinite;
}