WEBLEB
Home
AI Editor
Login
Pro
English
English
Français
Español
HTML
CSS
JS
Document
cree
button { background-color: #e67e22; color: white; padding: 12px 24px; border: none; border-radius: 5px; cursor: pointer; animation: pulse 1.5s infinite; display: block; margin: 50px auto; } @keyframes pulse { 0% { transform: scale(1); box-shadow: 0 0 0 0 rgba(230, 126, 34, 0.7); } 70% { transform: scale(1.05); box-shadow: 0 0 0 10px rgba(230, 126, 34, 0); } 100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(230, 126, 34, 0); } }
/* Replace with your JS Code (Leave empty if not needed) */
Preview
Open Advanced Editor
Publish Code
Full Screen
HTML
CSS
JS
Document
cree
button { background-color: #e67e22; color: white; padding: 12px 24px; border: none; border-radius: 5px; cursor: pointer; animation: pulse 1.5s infinite; display: block; margin: 50px auto; } @keyframes pulse { 0% { transform: scale(1); box-shadow: 0 0 0 0 rgba(230, 126, 34, 0.7); } 70% { transform: scale(1.05); box-shadow: 0 0 0 10px rgba(230, 126, 34, 0); } 100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(230, 126, 34, 0); } }
/* Replace with your JS Code (Leave empty if not needed) */
Preview
Validating your code, please wait...