This animation is first page Welcome window <style> @keyframes tang{ 0%{ font-size:50px; color:yellow; max-width:100%; transform:rotate(30deg); } 50%{ font-size:50px; color:yellow; transform:rotate(0deg); } 100%{ font-size:50px; color:red; transform:rotate(-30deg); } } /*this is animation part end*/ /*https://cssofstyle.blogspot.in/*/ /*calling the animation */ .t{ position:absolute; line-height:100px; margin:0px -28%; text-align:center; font-size:60px; max-width:100%; animation:tang 1s linear infinite alternate; animation-delay:0.1s; } .t1{ position:absolute; line-height:100px; margin:0px -20% ; font-size:60px; text-align:center; animation:tang 1s linear infinite alternate; animation-delay:0.2s; } /*https://cssofstyle.blogspot.in/ for more css animation*/ .t2{ position:absolute; line-height:100px; margin:0px -12%; font-size:60...
- Get link
- X
- Other Apps