Difference between revisions of "User:Certified nqh/common.css"

Explain xkcd: It's 'cause you're dumb.
Jump to: navigation, search
(Created page with "@keyframes signature { 0% {left-margin: 0%; right-margin: 100%;} 50% {right-margin: 0%; left-margin: 100%;} 100% {left-margin: 0%; right-margin: 100%;} }")
(No difference)

Revision as of 13:28, 12 October 2023

@keyframes signature {
 0%   {left-margin: 0%; right-margin: 100%;}
 50%  {right-margin: 0%; left-margin: 100%;}
 100% {left-margin: 0%; right-margin: 100%;}
}