I put this code into my index.html in between the <body> tags for a background image that scrolls with the page.
<style>background-attachment: scroll;
background-image: url(http://s11.postimg.org/n8ofhvste/blue_black_background_autumn_xadacka_art_31986.jpg);
background-position: center center;
</style>
Can anyone help me with what I did wrong?
<style>background-attachment: scroll;
background-image: url(http://s11.postimg.org/n8ofhvste/blue_black_background_autumn_xadacka_art_31986.jpg);
background-position: center center;
</style>
Can anyone help me with what I did wrong?