css 旋轉(zhuǎn) html css div 旋轉(zhuǎn)代碼
css 旋轉(zhuǎn) html css div 旋轉(zhuǎn)代碼
css 旋轉(zhuǎn) html css div 旋轉(zhuǎn)代碼
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>旋轉(zhuǎn)效果</title> <style> img { width: 250px; transition: all 2s; } img:hover { /* 順 */ transform: rotateZ(360deg); /* 逆 */ /* transform: rotate(-360deg); */ } </style> </head> <body> <img src="./images/rotate.png" alt=""> </body> </html>
版權(quán)所有:深圳市網(wǎng)商在線科技有限公司
友情鏈接: