I'm trying to make my background gradient cover the whole page (at least in Firefox for the moment):
body{
background: -moz-radial-gradient(60% 40%, closest-corner, purple, #2F2727);
background-size: cover;
-moz-background-size: cover;
}
I tried this but it doesn't work. My gradient repeats.