I'm learning the :before and :after pseudo-elements but I don't understand why it's not centering.
my code :
jsfiddle down here
https://jsfiddle.net/ecfobu3g/
If I remove display: inline-block; the :before element would transition from the left of the page, But I want it from the left of the .title main element.
In short I want to achieve the same effect of transition but I want the text to be centered horizontally.
I want the .title class to be centered horizontally and the .title:before also to be centered horizontally.