28 lines
573 B
HTML
28 lines
573 B
HTML
Grape Salad
|
|
|
|
|
|
|
|
Home
|
|
|
|
|
|
|
|
<h1>Grape Salad</h1>
|
|
<p>Sweet and Sour with Sugar on Top</p>
|
|
<h2>Ingredients</h2>
|
|
<ul>
|
|
<li>1 pound each red and green seedless grapes</li>
|
|
<li>8 ounces sour cream</li>
|
|
<li>8 ounces cream cheese</li>
|
|
<li>1 cup sugar</li>
|
|
<li>1 teaspoon vanilla</li>
|
|
<li>1 cup brown sugar</li>
|
|
<li>1 cup chopped pecans</li>
|
|
</ul>
|
|
<h2>Directions</h2>
|
|
<ol>
|
|
<li>Mix softened cream cheese, sour cream, sugar, and vanilla.</li>
|
|
<li>Stir in grapes and place in 13x9-inch dish.</li>
|
|
<li>Top with brown sugar and pecans and refrigerate several hours.</li>
|
|
</ol>
|
|
|