position background code example
Example 1: move css background image
background-image: url('w3css.gif');
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center;
Example 2: css align backround image to the right
.right-align-background {
background-position: center right;
}
Example 3: background position in html
background-position: right top;