➤ Các Bước Thực Hiện ⇢ Vào Bloger ⇢ Bố Cục ⇢ Layout ⇢ Thêm Tiện ích ⇢ HTML - JavaScipt ⇢ Dán Đoạn Code Bên Dưới Vào ⇢ Rồi Lưu Lại .
<style> @-moz-keyframes roll { 100% { -moz-transform: rotate(360deg); } } @-o-keyframes roll { 100% { -o-transform: rotate(360deg); } } @-webkit-keyframes roll { 100% { -webkit-transform: rotate(360deg); } } body{ -moz-animation-name: roll; -moz-animation-duration: 4s; -moz-animation-iteration-count: 1; -o-animation-name: roll; -o-animation-duration: 4s; -o-animation-iteration-count: 1; -webkit-animation-name: roll; -webkit-animation-duration: 4s; -webkit-animation-iteration-count: 1; } </style>Chúc Các Bạn Thành Công !!


Không có nhận xét nào