The:General disclaimer: Difference between revisions

From pronounmail wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(22 intermediate revisions by one other user not shown)
Line 9: Line 9:
span, p, img, a, button, h1, h2, h3, h4, h5, h6 {
span, p, img, a, button, h1, h2, h3, h4, h5, h6 {
     animation: 2s trans ease-out;
     animation: 2s trans ease-out;
}
@keyframes trans {
    0% {
        transform: translateX(-50%) scale(5) rotateY(360deg) rotateZ(360deg) rotate(0);
        opacity: 0;
    }
    100% {
        transform: translateX(0) scale(1) rotateY(0deg) rotateZ(360deg) rotate(0);
        opacity: 1
    }
}
}
}}
}}
Line 16: Line 27:
be careful out there
be careful out there
<p class="fuck">HOLY MOLY!!!!</p>
<p class="fuck">HOLY MOLY!!!!</p>
[[Category:Good pages]]

Latest revision as of 21:47, 8 February 2025


Take Bear Grylls' hand: he will help you
General Disclaimer

be careful out there

HOLY MOLY!!!!