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