单个动画效果

xiaoxiao2021-02-28  104

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Title</title> <style> .box{ width: 500px; height: 500px; margin: 100px auto; background: greenyellow; /*transform: rotate(-30deg);*/ /*transform: translate(150px,150px);*/ /*transform: scale(20);*/ transform: skew(20deg,20deg); } </style> </head> <body> <div class="box"></div> <div class="box2"></div> <div class="box3"></div> <div class="box4"></div> </body> </html>
转载请注明原文地址: https://www.6miu.com/read-94850.html

最新回复(0)