Run ❯
Get your
own
website
❯
Run Code
Ctrl+Alt+R
Change Orientation
Ctrl+Alt+O
Change Theme
Ctrl+Alt+D
Go to Spaces
Ctrl+Alt+P
HTML
CSS
Success:
Profile updated!
.loader { width: 16px; height: 16px; border-radius: 999px; background: #2563eb; animation: pulse 900ms ease-in-out infinite alternate; } @keyframes pulse { from { transform: scale(0.75); opacity: 0.6; } to { transform: scale(1.4); opacity: 1; } }