課程
/前端開發(fā)
/HTML/CSS
/十天精通CSS3
為啥我的沒反應啊,我的是mac下的谷歌瀏覽器
2014-07-15
源自:十天精通CSS3 9-2
正在回答
@-webkit-keyframes around{ 0% { transform: translateX(0); } 25%{ transform: translateX(180px); } 50%{ transform: translate(180px, 180px); } 75%{ transform:translate(0,180px); } 100%{ transform: translateY(0); } } div { width: 200px; height: 200px; border: 1px solid red; margin: 20px auto; } div span { display: inline-block; width: 20px; height: 20px; background: orange; border-radius: 100%; -webkit-animation:around; -webkit-animation-duration: 10s; -webkit-animation-timing-function: ease; -webkit-animation-delay: 1s; -webkit-animation-iteration-count:infinite; }
舉報
本課程為CSS3入門教程,深刻詳解CSS3知識讓網(wǎng)頁穿上絢麗裝備
3 回答能幫我解釋一下代碼嗎?那個left:50%
1 回答nth-child()
3 回答為何案例的css選擇的input就是第一個輸入框
2 回答opacity
3 回答取消剛一進來就是答題的
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號-11 京公網(wǎng)安備11010802030151號
購課補貼聯(lián)系客服咨詢優(yōu)惠詳情
慕課網(wǎng)APP您的移動學習伙伴
掃描二維碼關注慕課網(wǎng)微信公眾號
2014-08-26