27 lines
516 B
HTML
27 lines
516 B
HTML
Cheese Ball
|
|
|
|
|
|
|
|
Home
|
|
|
|
|
|
|
|
<h1>Cheese Ball</h1>
|
|
<h2>Ingredients</h2>
|
|
<ul>
|
|
<li>2 large packages cream cheese</li>
|
|
<li>2 cups nuts</li>
|
|
<li>1/4 tablespoon sea salt</li>
|
|
<li>1 small can crushed pineapple, drained</li>
|
|
<li>1/4 cup bell pepper</li>
|
|
<li>2 tablespoons onion</li>
|
|
<li>1/4 pound cheddar cheese</li>
|
|
</ul>
|
|
<h2>Directions</h2>
|
|
<ol>
|
|
<li>Chop each ingredient finely.</li>
|
|
<li>Combine the ingredients, reserving 1/2 cup of the nuts.</li>
|
|
<li>Shape into a ball and roll in the reserved nuts.</li>
|
|
</ol>
|
|
|