I have a picture of a view of text inside a div which is a center alignment. The views of texts are shown as -
another example
But if I use the following code -
margin-left: auto;
margin-right: auto;
text-align: center;
but this code gives me
Here is the code in jsfiddle-
https://jsfiddle.net/2bu0gym3/
How to get the desired alignment view, thanks in advance!