herbal-tea-guide/calming-tea-recipe.html
2026-08-18 02:46:05 +00:00

115 lines
5.4 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<style id="fort-styles">
[data-fort]{font:inherit;color:inherit}
ul[data-fort]{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.45em}
[data-fort] li{margin:0;padding:0;line-height:1.45;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
[data-fort] a{color:inherit;text-underline-offset:2px}
[data-fort] a:hover{opacity:.72}
[data-fort] .src,[data-fort] .fm-type{opacity:.6;font-size:.85em}
.fort-citizen{display:flex;flex-direction:column;gap:.4em}
.fort-citizen .fc-name{font-weight:600}
.fort-citizen .fc-pages{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.3em}
.fort-media,.fort-film{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.6em}
.fort-film{list-style:none;margin:0;padding:0}
.fort-film li{overflow:visible;white-space:normal}
.fort-film a{display:flex;flex-direction:column;gap:.3em;text-decoration:none}
.fort-media img,.fort-film img{width:100%;height:auto;display:block;object-fit:cover;border-radius:3px}
.fort-film img{aspect-ratio:16/10}
.fort-nav{display:flex;flex-wrap:wrap;gap:1em;align-items:center}
</style>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Calming Herbal Tea Recipe</title>
<meta property="og:type" content="website">
<meta property="og:title" content="Calming Herbal Tea Recipe">
<meta property="og:description" content="For a stronger tea, increase the steeping time or use more herbs. You can also experiment with other herbs like lemon balm or rose petals for different…">
<meta property="og:image" content="https://images.pexels.com/photos/19177909/pexels-photo-19177909.jpeg?auto=compress&amp;amp;cs=tinysrgb&amp;amp;dpr=2&amp;amp;h=650&amp;amp;w=940">
<meta property="og:url" content="https://nicole-heineke.4ort.net/calming-tea-recipe.html">
<meta name="twitter:card" content="summary_large_image">
<meta name="description" content="For a stronger tea, increase the steeping time or use more herbs. You can also experiment with other herbs like lemon balm or rose petals for different…">
<style>
body {
font-family: 'Times New Roman', serif;
line-height: 1.6;
color: #333;
max-width: 800px;
margin: 0 auto;
padding: 20px;
background-color: #f9f9f9;
}
header {
text-align: center;
padding: 20px 0;
border-bottom: 1px solid #ddd;
}
h1, h2 {
color: #2c5f2c;
}
.recipe {
border: 1px solid #ddd;
padding: 15px;
margin-bottom: 15px;
background-color: #fff;
}
.ingredients {
list-style-type: none;
padding: 0;
}
.ingredients li {
padding: 5px 0;
}
.instructions {
margin-top: 20px;
}
.instructions ol {
padding-left: 20px;
}
footer {
text-align: center;
padding: 20px 0;
border-top: 1px solid #ddd;
margin-top: 30px;
}
<fort-nav><nav class="fort-nav" data-fort="nav"><a href="/">Nicole Heineke</a><a href="/calming-tea-recipe.html" class="active" aria-current="page">Calming Herbal Tea Recipe</a><a href="/community-garden-herbs.html">Growing Herbs in a Community Garden</a><a href="/herbal-tea-guide.html">Herbal Tea Guide</a></nav></fort-nav>
</style>
<script defer src="https://analytics.4ort.xyz/script.js" data-website-id="d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b"></script>
</head>
<body>
<header>
<h1>Calming Herbal Tea Recipe</h1>
<p>A soothing blend to help you relax</p>
<fort-media query="herbal tea" limit="1"><div class="fort-media" data-fort="media" data-query="herbal tea"><img src="https://images.pexels.com/photos/19177909/pexels-photo-19177909.jpeg?auto=compress&amp;cs=tinysrgb&amp;dpr=2&amp;h=650&amp;w=940" alt="Warm indoor scene with brewed herbal teapots, plants, and candles on a wooden table." loading="lazy" data-license="RF" data-source="pexels"></div></fort-media>
</header>
<main>
<section class="recipe">
<h2>Ingredients</h2>
<ul class="ingredients">
<li>1 tablespoon dried chamomile flowers</li>
<li>1 teaspoon dried lavender buds</li>
<li>1 teaspoon dried peppermint leaves</li>
<li>1 teaspoon honey (optional)</li>
<li>2 cups boiling water</li>
</ul>
<div class="instructions">
<h2>Instructions</h2>
<ol>
<li>Combine the chamomile, lavender, and peppermint in a teapot or heatproof pitcher.</li>
<li>Pour the boiling water over the herbs.</li>
<li>Let the tea steep for 5-7 minutes.</li>
<li>Strain the tea into cups.</li>
<li>Add honey if desired and enjoy!</li>
</ol>
</div>
</section>
<section class="section">
<h2>Tips</h2>
<p>For a stronger tea, increase the steeping time or use more herbs. You can also experiment with other herbs like lemon balm or rose petals for different flavors.</p>
</section>
</main>
<footer>
<p>© 2026 Nicole Heineke. All rights reserved.</p>
</footer>
</body>
</html>