1
2 body{
3 background-image: url('css.gif');
4 background-repeat: no-repeat;
5 background-position: center;
6 }
7
1 background-image: url('w3css.gif');
2 background-repeat: no-repeat;
3 background-attachment: fixed;
4 background-position: center;