I'm trying to tessellate a .png file I made, in the body of a HTML document.
For the life of my I can't find out why it's not doing it. I've got the image stored locally but for the sake of making a code pen I've uploaded it to imgur.
http://codepen.io/MartinBort/pen/CbwgJ Relevant code starts at line 5 of the CSS
https://i.sstatic.net/0h31R.png <-- that's the image
body {
background-image: url("https://i.sstatic.net/0h31R.png") repeat;
}
Any ideas?
Thanks
repeatbackground-image can only containurlyou need to usebackground:if you want to addrepeator anything else in one property