body {
background: -moz-linear-gradient(top, #80B3FF,#eee);
background: -webkit-gradient(linear, left top, left bottom, from(#80B3FF), to(#eee));
background-attachment: fixed;
}
備忘録でした。
body {
background: -moz-linear-gradient(top, #80B3FF,#eee);
background: -webkit-gradient(linear, left top, left bottom, from(#80B3FF), to(#eee));
background-attachment: fixed;
}