Template:Template:Annoying.css on wheels

From Soyjak Wiki, The Free Soycyclopedia
Revision as of 13:19, 2 July 2023 by Cliffsend (talk | contribs)
Jump to navigationJump to search
/* Testing */
* { background-color: beige; }
p { background-color: red; }

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

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