Can't proprely align text with animation in HTML
问题 I am trying to align a text to be centered with the page (as you can see here https://imgur.com/oxokwqx the "Carol Housing" text is a bit to the left . The problem is that my text has a javascript animation added to it and even if try to center it with FlexBox or text-align dosen't seem to do much Here is the code HTML CODE /*Animatie titlu linii frumoase*/ anime.timeline({loop: false}) .add({ targets: '.ml5 .line', opacity: [0.5,1], scaleX: [0, 1], easing: "easeInOutExpo", duration: 1000 })