8,864
回編集
編集の要約なし |
編集の要約なし |
||
9行目: | 9行目: | ||
} | } | ||
.hovobe:hover { | .hovobe:hover { | ||
animation: | animation: hbound .3s ease infinite alternate; | ||
} | } | ||
@keyframes | @keyframes hbound { | ||
0% {transform: translateY(25px);color:red} | 0% {transform: translateY(25px);color:red} | ||
100% {transform: translateY(-25px);color:blue} | 100% {transform: translateY(-25px);color:blue} | ||
} | } |
回編集