「テンプレート:テスト2/style.css」の版間の差分

提供:WikiWiki
ナビゲーションに移動 検索に移動
編集の要約なし
編集の要約なし
1行目: 1行目:
.rev {
.rev1 {
   border-radius: 100vw;
   animation: rev1 1s linear infinite alternate;
  background-color: red;
}
}
.rev:hover {
@keyframes rev1 {
   border-radius: 0vw
  0% {border-spacing:0;border-collapse:separate;border-radius:100px}
   100% {border-radius:0px}
}
}

2年4月2日 (W) 16:19時点における版

.rev1 {
  animation: rev1 1s linear infinite alternate;
}
@keyframes rev1 {
  0% {border-spacing:0;border-collapse:separate;border-radius:100px}
  100% {border-radius:0px}
}