.row1-1{
float: right;
}
.row1-2{
float: none;
}
.row1-3{
float: left;
}
thats my css
n my html:
<p class="row1-1 ">3</p>
<p class="row1-2 ">2</p>
<p class="row1-3 ">1</p>
how do i get the middle 1 to sit in the center of the pg?