center bg image css code example
Example 1: css align background image center
body{
background-image: url('css.gif');
background-repeat: no-repeat;
background-position: center;
}
Example 2: background position in html
background-position: right top;