95 lines
4.5 KiB
HTML
95 lines
4.5 KiB
HTML
<!DOCTYPE html>
|
||
<html>
|
||
<head>
|
||
<link href="../../style2.css" rel="stylesheet" type="text/css" />
|
||
<meta charset="UTF-8" />
|
||
<meta name="viewport" content="user-scalable=no, width=device-width" />
|
||
|
||
<body class="recipe" itemscope itemtype="http://schema.org/Recipe">
|
||
<section class="header">
|
||
<div class="image" style="background-image: url('./image.png')" itemprop="image" src="./image.png"></div>
|
||
|
||
<div class="about">
|
||
<h1 itemprop="name">Tzatziki</h1>
|
||
|
||
<div class="timing">
|
||
prep <span itemprop="prepTime">10 min</span>, cook <span itemprop"cookTime">20 min</span> </div>
|
||
|
||
<div class="icons">
|
||
<div class="icon gluten-free"></div>
|
||
<div class="icon low-carb"></div>
|
||
<div class="icon serving"></div>× <span itemprop="recipeYield">3</span>
|
||
</div>
|
||
|
||
<div class="description" itemprop="description">Tzatziki has a creamy tartness with just a tiny bit of crunch from the cucumber. It makes a great accompaniment to spicy strong dishes to help cool things off. We always serve this with Kofta.
|
||
</div>
|
||
</div>
|
||
</section>
|
||
|
||
<section class="instructions">
|
||
<div class="step">
|
||
<h3>1</h3>
|
||
<div class="ingredients">
|
||
<ul>
|
||
<li itemprop="recipeIngredient">
|
||
<div class="amount">
|
||
1
|
||
</div>
|
||
<div class="item">cucumber</div>
|
||
</ul>
|
||
</div>
|
||
<div class="detail" itemprop="recipeInstructions">Peel the cucumber and remove all the seeds. Dice into ¼” cubes.
|
||
</div>
|
||
</div>
|
||
<div class="step">
|
||
<h3>2</h3>
|
||
<div class="ingredients">
|
||
<ul>
|
||
<li itemprop="recipeIngredient">
|
||
<div class="amount">
|
||
1 cup
|
||
</div>
|
||
<div class="item">greek yogurt</div>
|
||
<li itemprop="recipeIngredient">
|
||
<div class="amount">
|
||
2 cloves
|
||
</div>
|
||
<div class="item">garlic (minced)</div>
|
||
<li itemprop="recipeIngredient">
|
||
<div class="amount">
|
||
2 tbsp
|
||
</div>
|
||
<div class="item">dill (chopped)</div>
|
||
<li itemprop="recipeIngredient">
|
||
<div class="amount">
|
||
1 tbsp
|
||
</div>
|
||
<div class="item">lemon juice</div>
|
||
<li itemprop="recipeIngredient">
|
||
<div class="amount">
|
||
1 tsp
|
||
</div>
|
||
<div class="item">lemon zest</div>
|
||
<li itemprop="recipeIngredient">
|
||
<div class="amount">
|
||
1 tsp
|
||
</div>
|
||
<div class="item">salt</div>
|
||
<li itemprop="recipeIngredient">
|
||
<div class="amount">
|
||
1/2 tsp
|
||
</div>
|
||
<div class="item">black pepper</div>
|
||
</ul>
|
||
</div>
|
||
<div class="detail" itemprop="recipeInstructions">Combine all the ingredients with the cucumber and mix. Place in the refrigerator for at least 20 min to chill.
|
||
</div>
|
||
</div>
|
||
</section>
|
||
|
||
|
||
<section class="navigation">
|
||
<a href="../..">« Back</a>
|
||
</section>
|
||
</body>
|
||
</html |