たとえば
p {
-webkit-transform: rotate(90deg);
}
と書けば、
・<p>要素を
・90度
・時計回り
に回転させて表示する。
* * *
参考:
http://www.htmq.com/css3/transform_rotate.shtml
http://kruz-graphix.com/2010/03/transforms-on-one-element/
http://hisasann.com/housetect/2009/03/webkittransformcss.html
最終更新:2011年11月11日 17:16