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