Orlandster / vue-typed-js

Typed.js integration for vue.js. Create a typing animation.
http://www.mattboldt.com/demos/typed-js/
MIT License
469 stars 37 forks source link

No option to center align the text #30

Open mapkbalaji opened 4 years ago

mapkbalaji commented 4 years ago

Is there no option to center align the text?

trevorcapozza commented 4 years ago

It would help to see what your code looks like. I am able to center align text by giving it a custom class and using justify-content: center;

If you share your code, I may be able to help.