how to move specific class right or left in css code example
Example 1: how to move an image up in css
.image{
position: relative;
top: -125px;
}
Example 2: how to shift div to right
<div style="float:left;">
.image{
position: relative;
top: -125px;
}
<div style="float:left;">