Check out my code snippet below:
<link href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet"/>
<div class="container">
<div class="row">
<div class="center-block" style="width:700px">
<h2 class="text-center lead" style="font-size:25px; font-family:Verdana;">"He changed the way each one of us see the world"</h2>
<p class="text-center" style="font-size:15px; font-family:Verdana; color:grey"><i>- President Barack Obama</i></p>
</div>
</div>
</div>
I'm aiming to achieve this specific output with my text :
https://i.sstatic.net/y8tzC.jpg
How can I ensure that "-President Barack Obama" lines up perfectly with its preceding text like "-Indian Prime Minister Manmohan Singh" shown in the image?