Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update index.html #7

Merged
merged 1 commit into from
May 2, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
66 changes: 46 additions & 20 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -106,37 +106,64 @@
<div class="row">
<div class="col-md-12">
<div class="black-square-container">
<div class="black-square">
<span class="square-text">Recipe 1</span>
<div class="black-square" style="background-color: darkgray;">
<span class="square-text">
<strong>Spaghetti Aglio e Olio</strong><br>
<button class="btn btn-primary">Add to Favorites</button>
</span>
</div>
<div class="black-square">
<span class="square-text">Recipe 2</span>
<div class="black-square" style="background-color: darkgray;">
<span class="square-text">
<strong>Caprese Salad</strong><br>
<button class="btn btn-primary">Add to Favorites</button>
</span>
</div>
<div class="black-square">
<span class="square-text">Recipe 3</span>
<div class="black-square" style="background-color: darkgray;">
<span class="square-text">
<strong>Chicken Alfredo Pasta</strong><br>
<button class="btn btn-primary">Add to Favorites</button>
</span>
</div>
<div class="black-square">
<span class="square-text">Recipe 4</span>
<div class="black-square" style="background-color: darkgray;">
<span class="square-text">
<strong>Vegetable Stir Fry</strong><br>
<button class="btn btn-primary">Add to Favorites</button>
</span>
</div>
<div class="black-square">
<span class="square-text">Recipe 5</span>
<div class="black-square" style="background-color: darkgray;">
<span class="square-text">
<strong>Margherita Pizza</strong><br>
<button class="btn btn-primary">Add to Favorites</button>
</span>
</div>
<div class="black-square">
<span class="square-text">Recipe 6</span>
<div class="black-square" style="background-color: darkgray;">
<span class="square-text">
<strong>Grilled Salmon with Lemon</strong><br>
<button class="btn btn-primary">Add to Favorites</button>
</span>
</div>
<div class="black-square">
<span class="square-text">Recipe 7</span>
<div class="black-square" style="background-color: darkgray;">
<span class="square-text">
<strong>Beef Tacos</strong><br>
<button class="btn btn-primary">Add to Favorites</button>
</span>
</div>
<div class="black-square">
<span class="square-text">Recipe 8</span>
<div class="black-square" style="background-color: darkgray;">
<span class="square-text">
<strong>Vegetable Lasagna</strong><br>
<button class="btn btn-primary">Add to Favorites</button>
</span>
</div>
<div class="black-square">
<span class="square-text">Recipe 9</span>
<div class="black-square" style="background-color: darkgray;">
<span class="square-text">
<strong>Chocolate Chip Cookies</strong><br>
<button class="btn btn-primary">Add to Favorites</button>
</span>
</div>
</div>
</div>
</div>

</div>
</div>
</div>
Expand All @@ -151,4 +178,3 @@
</html>