Difference between revisions of "User:Coring/common.css"
(Created page with ".falling { animation: fall 20s normal linear infinite; position: absolute; } .pwr { background-color:red; color:white; font-size:175%; display:inline-block; z-index:9; line-h...") |
m (Coring moved page User:Coring/styles.css to User:Coring/common.css) |
(No difference)
|
Revision as of 15:12, 12 September 2023
.falling { animation: fall 20s normal linear infinite; position: absolute; } .pwr { background-color:red; color:white; font-size:175%; display:inline-block; z-index:9; line-height:1; padding:0px 3px; } .ten { background-color:blue; color:white; font-size:150%; display:inline-block; z-index:9; line-height:1; padding:2px; } @keyframes fall { from { top: 0; } to { top: 100%; } }