Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 379 Bytes

box_rotation.md

File metadata and controls

35 lines (26 loc) · 379 Bytes

rotation

介绍

围绕由 rotation-point 属性定义的点对元素进行旋转。

语法

rotation: angle;

例:

<!DOCTYPE html>
<html>
<head>
<style>
h1
{
rotation-point:50% 50%;
rotation:180deg;
}
</style>
</head>
<body>

<h1>旋转效果</h1>

</body>
</html>

注:目前没有浏览器支持 rotation-point 或 rotation 属性。