实例代码“Ctrl+/”提示“F11/ESC”全屏 返回 格式化 恢复 运行
x
 
1
<!DOCTYPE html>
2
<html>
3
<head>
4
<style>
5
h1
6
{
7
rotation-point:50% 50%;
8
rotation:180deg;
9
}
10
</style>
11
</head>
12
<body>
13
14
<h1>Rotation effect</h1>
15
16
<p><b>Note:</b> None of the major browsers support the rotation-point or rotation properties.</p>
17
18
</body>
19
</html>
20