Both the Screamercord and this very wiki are currently listed as adult websites by AI classification models. We are currently working to remedy this, 2026 is not 2019.

In the meantime, you can help by moving all permalinks to IPFS

User:Somerandomdude6767/Template:Blink/styles.css: Difference between revisions

From Screamer Wiki
Jump to navigation Jump to search
Created page with ".blink-text { animation: blinker 1s linear infinite; } @keyframes blinker { 50% { opacity: 0; } }"
 
Somerandomdude6767 changed the content model of the page User:Somerandomdude6767/Template:Blink/styles.css from "CSS" to "Sanitized CSS"
 
(No difference)

Latest revision as of 02:01, 21 March 2026

.blink-text {
    animation: blinker 1s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}