Editor
<!-- Escribe tu código HTML, CSS o JavaScript aquí --> <html> <head> <style> body { display: flex; justify-content: center; align-items: center; height: 100vh; margin: 0; background: linear-gradient(45deg, #ff6b6b, #4ecdc4); } h1 { color: white; font-family: Arial, sans-serif; text-shadow: 2px 2px 4px rgba(0,0,0,0.3); } </style> </head> <body> <h1>¡Hola Mundo!</h1> </body> </html>
Vista previa
Ejecutar>>