css to make background image o the left side code example
Example 1: css align backround image to the right
.right-align-background {
background-position: center right;
}
Example 2: background position in html
background-position: right top;