WEBLEB
Home
AI Editor
Login
Pro
English
English
Français
Español
bouton
4
programme
Open In Editor
Publish Your Code
0
Recommended
15 May 2025
Boutons Neon
9 December 2024
Bouton de survol
HTML
Copy
Document
cree
CSS
Copy
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); } }
JS
Copy
/* Replace with your JS Code (Leave empty if not needed) */