Untitled
4 hours ago in Plain Text
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<title>Tiramisu Porridge — Flavourish</title>
<meta name="description" content="Tiramisu porridge with coffee-infused yogurt cream. Filling, energising weekend breakfast.">
<style>
:root{--bg:#fffaf6;--card:#fff;--accent:#6b2f2f;--muted:#6b7280;--max:740px}
html,body{height:100%;margin:0;font-family:Inter, system-ui, -apple-system, 'Segoe UI', Roboto, Arial;color:#111;background:var(--bg)}
.wrap{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:28px}
.card{width:100%;max-width:var(--max);background:var(--card);border-radius:12px;box-shadow:0 8px 24px rgba(16,24,40,.06);padding:20px}
h1{font-size:20px;margin:0 0 8px;color:var(--accent)}
p.lead{margin:0 0 12px;color:#222}
.meta{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:12px}
.pill{font-size:12px;background:#f3f4f6;padding:6px 8px;border-radius:999px;color:var(--muted)}
.section{margin:14px 0}
ul{margin:8px 0 0 18px;padding:0}
li{margin:6px 0}
.instructions{background:#f9fafb;padding:12px;border-radius:8px}
.note{font-size:13px;color:var(--muted);margin-top:8px}
.footer{display:flex;justify-content:space-between;align-items:center;margin-top:18px;color:var(--muted);font-size:13px}
@media (max-width:520px){.card{padding:16px}h1{font-size:18px}}
</style>
</head>
<body>
<div class="wrap">
<article class="card" role="article">
<header>
<h1>Tiramisu Porridge</h1>
<p class="lead">Super filling and full of energy. Weekend breakfast that actually deserves the hype.</p>
<div class="meta">
<div class="pill">Breakfast</div>
<div class="pill">High Energy</div>
<div class="pill">Coffee</div>
</div>
</header>
<section class="section">
<strong>Ingredients</strong>
<ul>
<li>70g oatmeal</li>
<li>130ml milk</li>
<li>1 tbsp cocoa powder</li>
<li>150g FAGE Total 0% yogurt</li>
<li>1 shot of coffee, cooled</li>
<li>Sweetener to taste</li>
<li>Grated chocolate for topping, to taste</li>
</ul>
</section>
<section class="section">
<strong>Method</strong>
<div class="instructions">
<ol>
<li>Make the coffee cream. Mix yogurt, coffee and sweetener until smooth. Taste and adjust. Set aside.</li>
<li>Prepare the porridge base. Combine oat flour or oats, milk and cocoa in a small pot. Cook over medium heat until thick and creamy. Stir continuously to avoid lumps.</li>
<li>Layer. Spoon porridge into a bowl or jar. Add a layer of coffee cream. Repeat if you want a layered effect.</li>
<li>Finish. Drizzle melted chocolate or grate chocolate on top. Serve immediately.</li>
</ol>
</div>
<p class="note">Tip: Use strong coffee for a proper tiramisu kick. If you want extra creaminess, fold a tablespoon of mascarpone into the coffee yogurt.</p>
</section>
<footer class="footer">
<span>Inspired by @giuseppe_healthy</span>
<span>Flavourish-ready. Paste to htmlpasta.com and save.</span>
</footer>
</article>
</div>
</body>
</html>