Background Fixed Tutorial Test 0
Code:
body {
background-color: #FFF;
color:#000;
background-image: url(pmoblogod.jpg);
background-attachment: fixed;
background-repeat: no-repeat;
background-position: center center;
}
Content to make page scroll
1
2
3
4
5
6
7
8
9
0
1
2
3