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

ナビゲーションに移動 検索に移動
編集の要約なし
編集の要約なし
編集の要約なし
134行目: 134行目:
background-color:#ff0000
background-color:#ff0000
}
}
}
@keyframes k9 {
  0% {background: linear-gradient(90deg, red, orange, yellow, green, blue, purple)}
  20% {background: linear-gradient(90deg, orange, yellow, green, blue, purple, red)}
  40% {background: linear-gradient(90deg, yellow, green, blue, purple, red, orange)}
  60% {background: linear-gradient(90deg, green, blue, purple, red, orange, yellow)}
  80% {background: linear-gradient(90deg, blue, purple, red, orange, yellow, green)}
  100% {background: linear-gradient(90deg, purple, red, orange, yellow, green, blue)}
}
}
.chameleon{
.chameleon{
161行目: 169行目:
font-weight:bold;
font-weight:bold;
animation:k8 500ms infinite;
animation:k8 500ms infinite;
}
.grainbow {
  color:white;
  font-weight:bold;
  animation: k9 .4s linear infinite normal;
}
}
8,864

回編集

案内メニュー