課程
/前端開發(fā)
/HTML/CSS
/十天精通CSS3
background-image:linear-gradient( ?to top left,red, orange);這么寫有什么問題嗎?怎么提示有錯誤?
2015-04-11
源自:十天精通CSS3 3-2
正在回答
( ?to top left,red, orange);你to前面有空格屬于書寫不規(guī)范錯誤,改下就可以了
?background-image:linear-gradient(to top left,red, orange);
to前邊不要留空格,要是有空格的話,慕課網(wǎng)的判斷程序不讓你提交成功。你要把前邊的空格都刪除。規(guī)范的去寫!
在多點(diǎn)顏色啊 、
舉報(bào)
本課程為CSS3入門教程,深刻詳解CSS3知識讓網(wǎng)頁穿上絢麗裝備
2 回答background-position: left top, 100px 0, 200px 0;
1 回答請問大神right:0可以刪除嗎?還有 background: linear-gradient(top, #ff625a, #9e3e3a 50%, #ff625a);top前面不用加to嗎?
1 回答.wrapper > div:nth-last-of-type(5){ background: orange; }
2 回答linear-gradient只能用在background-image屬性里嗎
9 回答這里寫成315deg和寫成to top left不是一樣的嗎?
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號-11 京公網(wǎng)安備11010802030151號
購課補(bǔ)貼聯(lián)系客服咨詢優(yōu)惠詳情
慕課網(wǎng)APP您的移動學(xué)習(xí)伙伴
掃描二維碼關(guān)注慕課網(wǎng)微信公眾號
2015-10-27
( ?to top left,red, orange);你to前面有空格屬于書寫不規(guī)范錯誤,改下就可以了
2015-06-19
?background-image:linear-gradient(to top left,red, orange);
to前邊不要留空格,要是有空格的話,慕課網(wǎng)的判斷程序不讓你提交成功。你要把前邊的空格都刪除。規(guī)范的去寫!
2015-04-11
在多點(diǎn)顏色啊 、