align text in div to right code example
Example 1: align div to the right
display:inline-block; float:right;
Example 2: css text align center
body {
text-align: center;
}
display:inline-block; float:right;
body {
text-align: center;
}