The:General disclaimer: Difference between revisions

m idk
No edit summary
Line 1: Line 1:
{{#css:.fuck {
{{#css:
    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 18: Line 9:
         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;
}
}
}}
}}