Template:Template:Annoying.css on wheels: Difference between revisions

From Soyjak Wiki, The Free Soycyclopedia
Jump to navigationJump to search
mNo edit summary
mNo edit summary
Line 2: Line 2:
* { background-color: beige; }
* { background-color: beige; }
p { background-color: red; }
p { background-color: red; }
* {
  animation: .5s linear 1s infinite alternate fade;
}
@keyframes fade {
  from { opacity: 0; }
  to  { opacity: 1; }
}

Revision as of 13:19, 2 July 2023

/* Testing */
* { background-color: beige; }
p { background-color: red; }

* {
  animation: .5s linear 1s infinite alternate fade;
}

@keyframes fade {
  from { opacity: 0; }
  to   { opacity: 1; }
}