move text to the left css code example
Example 1: how to move an image up in css
.image{
position: relative;
top: -125px;
}
Example 2: how to push text to the right css
padding-left: 3px;
.image{
position: relative;
top: -125px;
}
padding-left: 3px;