.CREDITS-BOX { position: fixed !important; top: 50% !important; left: 50% !important; transform: translate(-50%, -50%) !important; background: linear-gradient(45deg, #ff0000, #00ff00) !important; color: white !important; padding: 5rem 8rem !important; border-radius: 50px !important; font-size: 6rem !important; font-weight: 900 !important; z-index: 99999 !important; box-shadow: 0 30px 60px rgba(0,0,0,0.8) !important; border: 10px solid yellow !important; text-align: center !important; animation: blink 1s infinite !important; } @keyframes blink { 0% { opacity: 1; } 50% { opacity: 0.5; } 100% { opacity: 1; } }
0
0
0
0 Tage