css move background-image up code example
Example 1: css background offset
background-position: 5px 5px;
Example 2: css align backround image to the right
.right-align-background {
background-position: center right;
}
background-position: 5px 5px;
.right-align-background {
background-position: center right;
}