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

編集の要約なし
編集の要約なし
編集の要約なし
2行目: 2行目:
   animation:
   animation:
   7s ease-in infinite normal fall,
   7s ease-in infinite normal fall,
   10s linear infinite alternate rotate
   10s linear infinite alternate rotate;
}
}
@keyframes fall {
@keyframes fall {
20行目: 20行目:
   to {
   to {
     transform: rotate(360deg);
     transform: rotate(360deg);
  }
}
@keyframes psychedelic {
  from {
    filter: hue-rotate(0deg);
  }
  to {
    filter: hue-rotate(360deg);
   }
   }
}
}
9,072

回編集