Really amateur question here – body background-gradient isn’t working in chrome, very strange, I’ve tried:
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FFF), to(#000));
And
background: -webkit-gradient(linear, 0%, 0%, 0%, 100%, from(#fff), to(#000));
And
background: -webkit-gradient(linear, center top, center bottom, from(#fff), to(#000));
All to no avail! Works in every other browser…
Have you tried:
WebKit updated to match the spec syntax, so you should have this to get maximum browser support: