固定渐变背景颜色?

时间:2013-11-20 03:24:31

标签: javascript background three.js gradient fixed

如何制作固定的渐变背景?我尝试了一些CSSHTML代码:

.mygradienttop {
  background-color: #C5C2C2;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#651212), to(#C5C2C2), color-stop(.5,#462020));
  background: -moz-linear-gradient(top, #651212 0%, #462020 50%, #C5C2C2 100%);
}

但它不起作用。我正在使用three.js r63

0 个答案:

没有答案