css background url img to center content code example
Example: css align background image center
body{
background-image: url('css.gif');
background-repeat: no-repeat;
background-position: center;
}
body{
background-image: url('css.gif');
background-repeat: no-repeat;
background-position: center;
}