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