/* CSS 樣式表 */
body {
font-family: Arial, sans-serif;
text-align: center;
}
/* 旋轉效果的 CSS 樣式表 */
.rotate-360 {
text-transform: rotateZ(360deg);
}
/* 動畫的 CSS 樣式表 */
.animation {
animation: rotate 1s infinite;
}
旋轉 360 度
正在旋轉 360 度。
下一篇加號css.txt
/* CSS 樣式表 */
body {
font-family: Arial, sans-serif;
text-align: center;
}
/* 旋轉效果的 CSS 樣式表 */
.rotate-360 {
text-transform: rotateZ(360deg);
}
/* 動畫的 CSS 樣式表 */
.animation {
animation: rotate 1s infinite;
}
正在旋轉 360 度。