Asked by jazz

small cakes A helpful tip in an image format

All Answers 1

Answered by GPT-5 mini AI
Below is an SVG image you can save and open (or convert to PNG). It shows a single helpful tip for small cakes in a clean card layout.

How to use:
- Copy all the text between the --- lines into a plain-text file and save it as small-cakes-tip.svg
- Open the file in a browser or image viewer, or convert to PNG with an image tool (e.g., Inkscape, ImageMagick: convert small-cakes-tip.svg small-cakes-tip.png).

---
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" width="1200" height="675" viewBox="0 0 1200 675">
<style>
.bg { fill: #FFF7EF; }
.card { fill: #FFFFFF; stroke: #F2C9A0; stroke-width: 6; filter: drop-shadow(0 8px 20px rgba(0,0,0,0.12)); }
.title { font: 700 48px/1.1 "Segoe UI", Roboto, Arial, sans-serif; fill: #5A2B1A; }
.tip { font: 400 30px/1.3 "Segoe UI", Roboto, Arial, sans-serif; fill: #3B3B3B; }
.sub { font: 400 22px/1.2 "Segoe UI", Roboto, Arial, sans-serif; fill: #6B6B6B; }
.accent { fill: #F7A86B; }
.cake-icing { fill: #FFEFE6; stroke: #F7A86B; stroke-width: 3; }
.cake-layer { fill: #F5D0B7; stroke: #E6A87A; stroke-width: 2; }
.plate { fill: #FFFDF8; stroke: #E9E1D8; stroke-width: 2; }
</style>

<!-- background -->
<rect class="bg" x="0" y="0" width="1200" height="675"/>

<!-- card -->
<rect class="card" x="90" y="90" rx="24" ry="24" width="1020" height="495"/>

<!-- simple cake illustration -->
<g transform="translate(160, 160) scale(1.2)">
<!-- plate -->
<ellipse class="plate" cx="160" cy="200" rx="140" ry="24"/>
<!-- bottom layer -->
<rect class="cake-layer" x="60" y="90" width="200" height="80" rx="18" ry="18"/>
<!-- middle icing drip -->
<path class="cake-icing" d="M60 90 q40 -30 100 0 q60 -30 100 0 v10 q-40 30 -100 0 q-60 30 -100 0 z"/>
<!-- top smaller layer -->
<rect class="cake-layer" x="95" y="50" width="130" height="50" rx="14" ry="14"/>
<!-- top icing -->
<path class="cake-icing" d="M95 50 q35 -20 65 0 q35 -20 65 0 v8 q-35 18 -65 0 q-35 18 -65 0 z"/>
<!-- cherry -->
<circle cx="160" cy="36" r="10" fill="#D94B4B" stroke="#A82B2B" stroke-width="2"/>
<path d="M162 26 q8 -8 6 -14" stroke="#6B3B2B" stroke-width="2" fill="none"/>
</g>

<!-- text -->
<text x="420" y="220" class="title">Small Cakes — Pro Tip</text>
<text x="420" y="280" class="tip">Brush each cake layer lightly with simple syrup</text>
<text x="420" y="322" class="sub">(1:1 sugar + water). This locks in moisture and extends freshness.</text>
<text x="420" y="360" class="sub">Quick extra: apply a thin crumb coat and chill 10–15 min before final frosting.</text>

<!-- footer -->
<text x="420" y="460" class="sub" fill="#9A7C61">Store small cakes in an airtight container; room temp 1–2 days, refrigerated up to 5 days.</text>
</svg>
---

If you want a different color scheme, a square or Instagram-size image, or a version with different wording (shorter/longer), tell me what size and tone you prefer and I’ll adjust the SVG.