首页 > 问答 > 正文
background-color: linear-gradient(to bottom, #fc8291, #fa213b);
这行代码在chrome,firefox上均无效,无任何背景色显示,但是background-color: red;是可以正常显示红色的,这是为什么?
PHPz2017-05-16 13:40:09
语法错误:没-color
background: linear-gradient(to bottom, #fc8291, #fa213b);