ลำดับตอนที่ #2
คืนค่าการตั้งค่าทั้งหมด
คุณแน่ใจว่าต้องการคืนค่าการตั้งค่าทั้งหมด ?
ลำดับตอนที่ #2 : code rotate pic ภาพหมุน
<style type="text/css">
img {
-webkit-transition: all 0.8s ease-out;
-moz-transition: all 0.8s ease-out;
-webkit-border-radius: 46px;
-moz-border-radius: 46px;
border-radius: 46px;
}
img:hover {
-webkit-transition: all 0.8s ease-out;
-moz-transition: all 0.8s ease-out;
-webkit-transform: rotate(720deg)!important;
-moz-transform: rotate(720deg)!important;
-o-transform: rotate(720</style>
ภาพหมุน
ภาพหมุน
เก็บเข้าคอลเล็กชัน
ความคิดเห็น