8,864
回編集
編集の要約なし |
編集の要約なし |
||
2行目: | 2行目: | ||
color: white; | color: white; | ||
} | } | ||
.hov:hover { | .hov:hover { | ||
color: black; | color: black; | ||
} | |||
.hovound:hover { | |||
animation: bound .3s ease infinite alternate; | |||
} | |||
@keyframes bound { | |||
0% {transform: translateY(25px);} | |||
100% {transform: translateY(-25px);} | |||
} | } |
回編集