티스토리 뷰

공부

[CSS] 다음 카페 움직이는

승가비 2019. 8. 29. 23:41
728x90
<style>
 div { position: relative; -webkit-animation: pikamove 0.1s infinite; -webkit-animation-iteration-count: 9999; animation: pikamove 3s; animation-iteration-count: 9999; } @-webkit-keyframes pikamove { 00% {top: 0; left: 0;} 30% {top: 0; left: 25px;} 60% {top: 0; left: -25px;} 100% {top: 0; left: 0;} }
</style>
728x90

'공부' 카테고리의 다른 글

[Oracle] AUTO_INCREMENT  (0) 2019.10.04
[Git] Account information  (0) 2019.08.29
[SH] Shell equal  (0) 2019.08.20
[Hive] INSERT OVERWRITE  (0) 2019.08.18
[Hive] Show create sql  (0) 2019.08.18
댓글