Skip to content
Open
Show file tree
Hide file tree
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
Binary file added Poke-Bowls-2-1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions index.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#photo {
size: 20px;
}
42 changes: 38 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,58 @@
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="index.css">
<title>Culinary Chronicles </title>

</head>
<body>
<h1>Culinary Chronicles: Showcasing the Best Food in the World</h1>
<h3>A website by: PARTNER 1 & PARTNER 2</h3>
<h3>A website by: Lea Jasmine and Nadiamond </h3>

<!-- Create a list of your favorite cuisines and pictures -->
<h3> Lea's Favorite Cuisines and Pictures </h3>
<ul> <li id= "photo"> <img src="padthai.jpg" alt="padthai" width="200" height="200"> <br> Pad Thai </li>
<li id = "photo "> <img src="Poke-Bowls-2-1.jpg" alt="Poke Bowl" width="200" height="200"> <br> Poke Bowl</li>
<li id = "photo"> <img src="rice.jpg" alt="rice & beans" width="200" height="200"> <br>Rice & Beans </li>
</ul>



<!-- Create a list of your favorite dishes with pictures -->



<section>
<ul>
<li>
Avocado Toast
</li>
<li>
Crab Legs
</li>
<li>
BLT
</li>
</ul>
</section>

<!-- Create a list of recipes with links to sites that provide the recipe -->





<div id="Diamond-List">
<ol class="Food">
<li>
<a href="https://blackpeoplesrecipes.com/southern-soul-food-chili/">Chili</a>
</li>
<li>
<a href="https://www.acozykitchen.com/birria-tacos">Birria Tacos</a>
</li>
<li>
<a href="https://tastesbetterfromscratch.com/shrimp-alfredo/">Shrimp Alfredo</a>
</li>

</ol>
</div>



Expand Down
Binary file added padthai.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added rice.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.