CSS3 ??
CSS3 ??
CSS? ? ???? ???? ????? ???? ??? ?????.
CSS3? ?? CSS ?????.
CSS3 ??
CSS3? "??"? ????. ?? ??? ?? ???? ??? ??? ??? ???????.
?? ??? CSS3 ?? ? ??? ??? ????.
???
?? ??
?? ? ???
??? ??
2D/3D ??
?????
-
?? ? ????
??? ?????
Tip: W3C? CSS3 ??? ?? ?? ????. ??? ?? ??????? ?? ?? ??? CSS3 ??? ??? ? ????.
?? CSS3? ??? ???????
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>php中文網(wǎng)(php.cn)</title> <style> div { width:100px; height:75px; background-color:red; border:1px solid black; } div#div2 { transform:rotate(30deg); -ms-transform:rotate(30deg); /* IE 9 */ -webkit-transform:rotate(30deg); /* Safari and Chrome */ } </style> </head> <body> <div>你好。這是一個 DIV 元素。</div> <div id="div2">你好。這是一個 DIV 元素。</div> </body> </html>
????? ???? ??? ???
?? ???? CSS3? ??? ??? ??? ?????