Template:Frog.css

From JoJo's Bizarre Encyclopedia - JoJo Wiki
Revision as of 05:41, 12 February 2023 by Morganstedmanms (talk | contribs) (Morganstedmanms changed the content model of the page Template:Frog.css from "wikitext" to "Sanitized CSS")
Jump to navigation Jump to search
.hd {
  opacity: 1;
  transition: opacity 0.5s linear;
}

.hd:hover {
 opacity: 0;
 transition: visibility 0s 0.5s, opacity 0.5s linear;
}