課程
/前端開發(fā)
/CSS3
/CSS3 3D 特效
小白不會(huì)寫 ?怎么辦
2017-06-19
源自:CSS3 3D 特效 3-4
正在回答
<!DOCTYPE?html> <html> ????<head> <title>3D正方體</title> <meta?charset="utf-8"> <meta?http-equiv="X-UA-Compatible"?content="IE=Edge"> <link?rel="icon"?> <!--?External?css--> <link?rel="stylesheet"?href="stylesheet/reset.css"> <link?rel="stylesheet"?href="stylesheet/style.css"> <!--[if?lt?IE?9]> <script?src="javascript/html5shiv.js"?type="text/javascript"></script> <![endif]--> <!--?JavaScript?--> </head> <body> ????<div> ??????<div> ?????????<a?href="javascript:;"?class="surface?surface-1"?id="surface-1">1</a> ?????????<a?href="javascript:;"?class="surface?surface-2"?id="surface-2">2</a> ?????????<a?href="javascript:;"?class="surface?surface-3"?id="surface-3">3</a> ?????????<a?href="javascript:;"?class="surface?surface-4"?id="surface-4">4</a> ??????????<a?href="javascript:;"?class="surface?surface-5"?id="surface-5">5</a> ?????????<a?href="javascript:;"?class="surface?surface-6"?id="surface-6">6</a> ??????</div> ????</div> </body> <script?src="javascript/main.js"></script> </html>
舉報(bào)
使用CSS3當(dāng)中的屬性,創(chuàng)建真實(shí)可用的三維效果
3 回答3D轉(zhuǎn)換看不出近大遠(yuǎn)小的效果,怎么回事?
1 回答我翻轉(zhuǎn)了之后圖片倒過(guò)來(lái)了怎么辦?
1 回答效果有誤,不明白
1 回答求代碼怎么寫,給我一份
2 回答如果是火狐瀏覽器怎么寫JS
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號(hào)-11 京公網(wǎng)安備11010802030151號(hào)
購(gòu)課補(bǔ)貼聯(lián)系客服咨詢優(yōu)惠詳情
慕課網(wǎng)APP您的移動(dòng)學(xué)習(xí)伙伴
掃描二維碼關(guān)注慕課網(wǎng)微信公眾號(hào)
2017-06-19