Skip to content

Instantly share code, notes, and snippets.

View Pixelflowautomation's full-sized avatar

Pixelflowautomation

View GitHub Profile
@Pixelflowautomation
Pixelflowautomation / wedding-moodboard-form.html
Created May 9, 2026 19:18
Wedding Moodboard Intake Form - Design Mockup
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Wedding Moodboard — Form Design</title>
<link href="https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400&family=Cormorant+SC:wght@400;500&family=Pinyon+Script&display=swap" rel="stylesheet">
<style>
* { margin:0; padding:0; box-sizing:border-box; }
body { background:#FBF7F0; font-family:'Cormorant Garamond',serif; color:#3A2A1F; }