shift items to right css code example
Example 1: how to change image position in css
.image{
position: absolute;
right:300px;
}
Example 2: how to shift div to right
<div style="float:left;">
.image{
position: absolute;
right:300px;
}
<div style="float:left;">