English [r???te??n] US [ro??te??n]

n. 回転、回転; ターン、サイクル; [農(nóng)業(yè)] 回転; [日] 回転

複數(shù)形: 回転

CSSの回転プロパティ 構(gòu)文

関數(shù): rotation-point 屬性で定義された點(diǎn)を中心に要素を回転します。

構(gòu)文: rotation: angle;

説明: angle 要素の回転角度??赡埭蕚? 0 度から 360 度。

注: 境界線、パディング、コンテンツ、背景 (固定されていない) も回転されます?,F(xiàn)在、回転プロパティをサポートしているブラウザはありません。

CSSの回転プロパティ 例

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

<h1>旋轉(zhuǎn)效果</h1>

<p><b>注釋:</b>目前沒(méi)有瀏覽器支持 rotation-point 或 rotation 屬性。</p>

</body>
</html>

インスタンスの実行 ?

[インスタンスの実行] ボタンをクリックしてオンライン インスタンスを表示します