WEBLEB
Home
AI Editor
Login
Pro
English
English
Français
Español
HTML
CSS
JS
Bienvenu dans notre site web
Lorem ipsum, dolor sit amet consectetur adipisicing elit.
Voluptates enim aliquam odit atque
CONTINUE
body{ background: linear-gradient(45deg,red, black); background: linear-gradient(-45deg,black,white); animation: nana 2s infinite alternate-reverse; } h1{ font-family: ARIAL; text-align: center; animation: awal 4s ; } p{ margin: 80px auto; text-align: center; font-size: 20px; animation: awal 6s ; } button{ padding: 10px 40px; display: block; border: 2px solid black; box-shadow: 0 0 10px, 0 0 20px; margin: 100px auto; animation: awal 10s ; } @keyframes awal { from{ opacity: 0; } to{ opacity: 1; } }
/* Replace with your JS Code (Leave empty if not needed) */
Preview
Open Advanced Editor
Publish Code
Full Screen
HTML
CSS
JS
Bienvenu dans notre site web
Lorem ipsum, dolor sit amet consectetur adipisicing elit.
Voluptates enim aliquam odit atque
CONTINUE
body{ background: linear-gradient(45deg,red, black); background: linear-gradient(-45deg,black,white); animation: nana 2s infinite alternate-reverse; } h1{ font-family: ARIAL; text-align: center; animation: awal 4s ; } p{ margin: 80px auto; text-align: center; font-size: 20px; animation: awal 6s ; } button{ padding: 10px 40px; display: block; border: 2px solid black; box-shadow: 0 0 10px, 0 0 20px; margin: 100px auto; animation: awal 10s ; } @keyframes awal { from{ opacity: 0; } to{ opacity: 1; } }
/* Replace with your JS Code (Leave empty if not needed) */
Preview
Validating your code, please wait...