Css3 pr rotation:修订历史

本页内容

差异选择:选中要对比的版本的单选按钮,按Enter键或下方的按钮。
说明:(当前)=与最后版本之间的差异,(之前)=与上一版本之间的差异,=小编辑。

    2022年8月19日 (星期五)

    • 当前之前 04:442022年8月19日 (五) 04:44Neo 讨论 贡献 1,107字节 +1,107 创建页面,内容为“{{DISPLAYTITLE:rotation}}87 = CSS3 rotation 属性 = 将 h1 元素旋转 180 度(从上向下):<p> <sample title="" desc="" lang="html" hererun="1"> h1 { rotation-point:50% 50%; rotation:180deg; } </sample> <run name=""> <!DOCTYPE html> <html> <head> <style> h1 { rotation-point:50% 50%; rotation:180deg; } </style> </head> <body> <h1>旋转效果</h1> <p><b>注释:</b>目前没有浏览器支持 rotation-poin…”