WEBLEB
Home
AI Editor
Login
Pro
English
English
Français
Español
HTML
CSS
JS
Document
Bienvenu
body{ background: black; } button{ padding: 10px 40px; display: block; margin: 260px auto; font-size: 20px; border: 3px solid; background: linear-gradient(45deg,red,blue); animation: awal 3s infinite alternate-reverse; } @keyframes awal { from{filter: hue-rotate(0deg);} to{filter: hue-rotate(360deg);} }
/* Replace with your JS Code (Leave empty if not needed) */
Preview
Open Advanced Editor
Publish Code
Full Screen
HTML
CSS
JS
Document
Bienvenu
body{ background: black; } button{ padding: 10px 40px; display: block; margin: 260px auto; font-size: 20px; border: 3px solid; background: linear-gradient(45deg,red,blue); animation: awal 3s infinite alternate-reverse; } @keyframes awal { from{filter: hue-rotate(0deg);} to{filter: hue-rotate(360deg);} }
/* Replace with your JS Code (Leave empty if not needed) */
Preview
Validating your code, please wait...