The:General disclaimer: Difference between revisions

From pronounmail wiki
Jump to navigation Jump to search
No edit summary
Tag: Manual revert
No edit summary
 
(23 intermediate revisions by one other user not shown)
Line 1: Line 1:
{{#css:
{{#css:
.fuck {
    font-size: 4rem;
    text-align: center;
    font-weight: 700;
    animation: 1s trans ease-out;
    color: green;
}
span, p, img, a, button, h1, h2, h3, h4, h5, h6 {
    animation: 2s trans ease-out;
}
  @keyframes trans {
  @keyframes trans {
     0% {
     0% {
Line 9: Line 20:
         opacity: 1  
         opacity: 1  
     }
     }
}
.fuck {
    font-size: 4rem;
    text-align: center;
    font-weight: 700;
    animation: 1s trans ease-out;
    color: green;
}
span, p, img, a, button, h1, h2, h3, h4, h5, h6 {
    animation: 2s trans ease-out;
}
}
}}
}}
Line 26: 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!!!!