CSS 参考手册
CSS3 rotation-point 属性
将 h1 元素旋转 180 度(从上向下)
源代码:
点击运行 »
h1 { rotation-point:50% 50%; rotation:180deg; }
运行结果:
点击运行 »