My custom text includes a CSS3 animation. Check it out on this fiddle: http://jsfiddle.net/pwLxo78k/
In the animation, one part of the text ("I love") remains static while the other part changes dynamically.
I'm trying to center my text while ensuring that the static part ("I love") stays in place regardless of the length of the dynamic text. Can I achieve this while keeping the text-align: center
property on my div?
Thanks!