The:General disclaimer: Difference between revisions
Jump to navigation
Jump to search
m pissin' semicolon |
m idk |
||
| Line 1: | Line 1: | ||
{{#css: | {{#css:.fuck { | ||
.fuck { font-size: 4rem; text-align: center; font-weight: 700; | font-size: 4rem; | ||
text-align: center; | |||
font-weight: 700; | |||
animation: 1s trans ease-out; | |||
color: green; | |||
} | } | ||
@keyframes trans { | span, p, img, a, button, h1, h2, h3, h4, h5, h6 { | ||
0% { transform: translateX(-50%) scale(5) rotateY(360deg) rotateZ(360deg) rotate(0); opacity: 0; } | animation: 2s trans ease-out; | ||
100% { transform: translateX(0) scale(1) rotateY(0deg) rotateZ(360deg) rotate(0); opacity: 1 | } | ||
@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 | |||
} | |||
} | } | ||
}} | }} | ||

