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

提供:WikiWiki
ナビゲーションに移動 検索に移動
(コピペこそ強さ)
編集の要約なし
1行目: 1行目:
div {
  background: #ff0000;
}
.bound {
.bound {
   animation: key .3s ease infinite alternate;
   animation: key .3s ease infinite alternate;

2年3月17日 (来) 16:24時点における版

.bound {
  animation: key .3s ease infinite alternate;
}
@keyframes key {
  0% {transform: translateY(0px);}
  100% {transform: translateY(-10px);}
}