76 lines
3.6 KiB
HTML
76 lines
3.6 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">Spinach Feta Salad</h1>
|
||
|
||
<div class="timing">
|
||
prep <span itemprop="prepTime">5 minutes</span> </div>
|
||
|
||
<div class="icons">
|
||
<div class="icon low-carb"></div>
|
||
<div class="icon vegetarian"></div>
|
||
<div class="icon serving"></div>× <span itemprop="recipeYield">4</span>
|
||
</div>
|
||
|
||
<div class="description" itemprop="description">This salad is extremely simple to make and very tasty. It is my go-to salad for when I'm in a hurry or have a lot of other dishes in progress at the same time. It's improved by chilling for a while before serving.
|
||
</div>
|
||
</div>
|
||
</section>
|
||
|
||
<section class="instructions">
|
||
<div class="step">
|
||
<h3>1</h3>
|
||
<div class="ingredients">
|
||
<ul>
|
||
<li itemprop="recipeIngredient">
|
||
<div class="amount">
|
||
1
|
||
lb
|
||
</div>
|
||
<div class="item">spinach, baby</div>
|
||
<li itemprop="recipeIngredient">
|
||
<div class="amount">
|
||
½
|
||
cup
|
||
</div>
|
||
<div class="item">feta cheese</div>
|
||
<li itemprop="recipeIngredient">
|
||
<div class="amount">
|
||
¼
|
||
cup
|
||
</div>
|
||
<div class="item">cranberries, dried</div>
|
||
<li itemprop="recipeIngredient">
|
||
<div class="amount">
|
||
½
|
||
cup
|
||
</div>
|
||
<div class="item">olive oil, extra virgin</div>
|
||
<li itemprop="recipeIngredient">
|
||
<div class="amount">
|
||
¼
|
||
cup
|
||
</div>
|
||
<div class="item">vinegar, balsamic</div>
|
||
</ul>
|
||
</div>
|
||
<div class="detail" itemprop="recipeInstructions">Wash the spinach and place in a large serving bowl. Add the cheese and cranberries, and then the oil and vinegar. Toss by hand so that the cheese is somewhat pulverized and mixed into the oil and vinegar.
|
||
</div>
|
||
</div>
|
||
</section>
|
||
|
||
|
||
<section class="navigation">
|
||
<a href="../..">« Back</a>
|
||
</section>
|
||
</body>
|
||
</html |