「テンプレート:出ずる/style.css」の版間の差分

ナビゲーションに移動 検索に移動
編集の要約なし
編集の要約なし
編集の要約なし
2行目: 2行目:
   color: white;
   color: white;
}
}
.hovound {
.hovobe {
   color: black;
   color: black;
}
}
8行目: 8行目:
   color: black;
   color: black;
}
}
.hovound:hover {
.hovobe:hover {
   animation: bound .3s ease infinite alternate;
   transform:translateX(50px)
}
@keyframes bound {
  0% {transform: translateY(25px);}
  100% {transform: translateY(-25px);}
}
}
8,864

回編集

案内メニュー