craiyon logo

A modern UI card with 'Title', 'Lorem ipsum', input fields, and two gradient 'Button' elements, on a dark green background.

A modern UI card with 'Title', 'Lorem ipsum', input fields, and two gradient 'Button' elements, on a dark green background.

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Story Image Creator</title> <style> body { margin: 0; padding: 20px; font-family: 'Arial', sans-serif; background: linear-gradient(135deg, #2c3e50, #4a6741); color: white; min-height: 100vh; } .container { max-width: 800px; margin: 0 auto; background: rgba(255, 255, 255, 0.1); backdrop-filter: blur(10px); border-radius: 20px; padding: 30px; box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3); } h1 { text-align: center; margin-bottom: 30px; font-size: 2.5em; background: linear-gradient(45deg, #3498db, #2ecc71); -webkit-background-clip: text; -webkit-text-fill-color: transparent; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3); } .form-section { margin-bottom: 25px; padding: 20px; background: rgba(255, 255, 255, 0.05); border-radius: 15px; border: 1px solid rgba(255, 255, 255, 0.1); } label { display: block; margin-bottom: 8px; font-weight: bold; color: #ecf0f1; } select, textarea, input { width: 100%; padding: 12px; border: none; border-radius: 10px; background: rgba(255, 255, 255, 0.9); color: #2c3e50; font-size: 16px; box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.1); transition: all 0.3s ease; } select:focus, textarea:focus, input:focus { outline: none; background: white; transform: translateY(-2px); box-shadow: 0 5px 15px rgba(52, 152, 219, 0.3); } textarea { resize: vertical; min-height: 80px; } button { background: linear-gradient(45deg, #3498db, See more