Http- Apr 2026

/* card styling */ .card background: rgba(255, 255, 255, 0.92); backdrop-filter: blur(0px); border-radius: 2rem; box-shadow: 0 20px 35px -12px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0,0,0,0.02); overflow: hidden; transition: transform 0.2s ease, box-shadow 0.2s; border: 1px solid rgba(255,255,255,0.6);

// fallback defaults for empty fields (so preview is always meaningful) if (title === '') title = 'Untitled — HTTP insight'; if (category === '') category = 'Tech Insights'; if (author === '') author = 'Guest Author'; if (content === '') content = '✨ Start writing your post. Share thoughts about HTTP, APIs, modern web standards, or any topic you like. The preview updates instantly when you click "Generate / Refresh post".'; /* card styling */

/* double card layout */ .builder-grid display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; box-shadow: 0 20px 35px -12px rgba(0

<div class="input-group"> <label>📂 Category / Topic</label> <input type="text" id="postCategory" placeholder="e.g., Technology, HTTP, DevTools" value="HTTP / Networking"> </div> 0 1px 2px rgba(0