Here is how my html code is structured:
<div class="text-center"> (bootstrap class)
<p>Username</p>
<p>Name:</p>
<p>Last name:</p>
<p>Email:</p>
</div>
I am attempting to align the items to the center, but I want them to start at the same point:
Is it possible to achieve this using bootstrap?