what is the center property used in bckground in html 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;