craiyon logo

A poster titled 'My Daily Food Routine' with white text on blue and red abstract shapes. It has a light yellow border and displays placeholder text in various sections.

A poster titled 'My Daily Food Routine' with white text on blue and red abstract shapes. It has a light yellow border and displays placeholder text in various sections.

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>My Daily Food Routine Poster</title> <style> @import url('https://googleapis.com'); :root { --bg-main: #FFF9ED; --text-dark: #333333; --primary: #FF6B6B; --secondary: #4D96FF; --accent: #6BCB77; --warning: #FFD93D; --danger: #FF4A4A; } body { background-color: #F0F4F8; font-family: 'Fredoka', sans-serif; color: var(--text-dark); margin: 0; padding: 20px; display: flex; justify-content: center; align-items: center; } .poster { background-color: var(--bg-main); width: 100%; max-width: 800px; border: 12px solid var(--warning); border-radius: 30px; padding: 40px; box-shadow: 0 20px 40px rgba(0,0,0,0.1); box-sizing: border-box; position: relative; overflow: hidden; } /* Decorative Background Circles */ .poster::before, .poster::after { content: ''; position: absolute; border-radius: 50%; opacity: 0.15; z-index: 0; } .poster::before { width: 300px; height: 300px; background-color: var(--secondary); top: -100px; left: -100px; } .poster::after { width: 250px; height: 250px; background-color: var(--primary); bottom: -80px; right: -80px; } .content-wrapper { position: relative; z-index: 1; } header { text-align: center; margin-bottom: 35px; } h1 { font-size: 3rem; color: var(--primary); margin: 0 0 10px 0; text-shadow: 2px 2px 0px #FFF, 4px 4px 0px rgba(0,0,0,0.05); letter-spacing: 1px; } .subtitle { font-size: 1.5rem; color: var(--secondary); Mehr sehen