Before CSS3 one way to animate text was to use Adobe Flash, however visitors to your website would need to have the Adobe Flash plugin installed in their own browser to be able to view your animation.
Since Flash has now been phased out, we can use keyframes in CSS3 to create a simple animation using only a few lines of code.
The code below moves the text My Computer Tips in a square path around the screen.