background-color: linear-gradient(to bottom, #fc8291, #fa213b);
這行代碼在chrome,firefox上均無效,無任何背景色顯示,但是background-color: red;是可以正常顯示紅色的,這是為什么?
語法錯誤:沒-color
background: linear-gradient(to bottom, #fc8291, #fa213b);