課程
/前端開發
/HTML/CSS
/十天精通CSS3
沒弄出來。。
2014-05-10
源自:十天精通CSS3 5-4
正在回答
.task {??? width: 300px;??? height: 140px;??? border: 1px solid #999;?? ???? background:????????????? url(http://static.mukewang.com/static/img/logo_index.png) no-repeat,?????????????? url(http://static.mukewang.com/static/img/logo_index.png) no-repeat;??? background-size:70% 60%,50% 30%;?? background-position:0 0,150px 90px;????????????? ?}
舉報
本課程為CSS3入門教程,深刻詳解CSS3知識讓網頁穿上絢麗裝備
1 回答關于圓角變成矩形
2 回答background-position: 10px 10px, 30px 30px;這個代碼啥意思
4 回答顏色后面的百分數啥意思 background-image: linear-gradient(45deg, #478480 25%, transparent 25%, transparent 75%, #478480 75%, #478480), linear-gradient(45deg, #478480 25%, transparent 25%, transparent 75%, #478480 75%, #478480);
1 回答animation-timing-function里的一些屬性我看不懂啊
2 回答你們寫好的代碼呢 讓我瞅瞅,我怎么一直寫不對呢
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號-11 京公網安備11010802030151號
購課補貼聯系客服咨詢優惠詳情
慕課網APP您的移動學習伙伴
掃描二維碼關注慕課網微信公眾號
2018-09-19
.task {
??? width: 300px;
??? height: 140px;
??? border: 1px solid #999;
?? ?
??? background:
????????????? url(http://static.mukewang.com/static/img/logo_index.png) no-repeat,
?????????????? url(http://static.mukewang.com/static/img/logo_index.png) no-repeat;
?
?? background-size:70% 60%,50% 30%;
?? background-position:0 0,150px 90px;
????????????? ?
}