菜鸟学堂
在线运行
源代码
<!DOCTYPE html> <html> <head> <style> h1 { rotation-point:50% 50%; rotation:180deg; } </style> </head> <body> <h1>Rotation effect</h1> <p><b>Note:</b> None of the major browsers support the rotation-point or rotation properties.</p> </body> </html>
运行结果
在线运行
菜鸟学堂 edu.jb51.net