diff --git a/images/5711F470-9971-4CA9-B64E-E5091F283342.png b/images/5711F470-9971-4CA9-B64E-E5091F283342.png
new file mode 100644
index 0000000..ac5bc59
Binary files /dev/null and b/images/5711F470-9971-4CA9-B64E-E5091F283342.png differ
diff --git a/images/Shrimp_Tacos.png b/images/Shrimp_Tacos.png
new file mode 100644
index 0000000..339add0
Binary files /dev/null and b/images/Shrimp_Tacos.png differ
diff --git a/images/Shrimp_Tikka_Massala.png b/images/Shrimp_Tikka_Massala.png
new file mode 100644
index 0000000..7c0c21e
Binary files /dev/null and b/images/Shrimp_Tikka_Massala.png differ
diff --git a/images/cajun_food.jpg b/images/cajun_food.jpg
new file mode 100644
index 0000000..3ab9131
Binary files /dev/null and b/images/cajun_food.jpg differ
diff --git a/images/chinese_food.jpg b/images/chinese_food.jpg
new file mode 100644
index 0000000..e363346
Binary files /dev/null and b/images/chinese_food.jpg differ
diff --git a/images/gumbo.png b/images/gumbo.png
new file mode 100644
index 0000000..5604a16
Binary files /dev/null and b/images/gumbo.png differ
diff --git a/images/img_1.png b/images/img_1.png
new file mode 100644
index 0000000..75faa5a
Binary files /dev/null and b/images/img_1.png differ
diff --git a/images/indian_food.png b/images/indian_food.png
new file mode 100644
index 0000000..49d92a1
Binary files /dev/null and b/images/indian_food.png differ
diff --git a/images/pexels-anna-tarazevich-6937455.jpg b/images/pexels-anna-tarazevich-6937455.jpg
new file mode 100644
index 0000000..ef07e8c
Binary files /dev/null and b/images/pexels-anna-tarazevich-6937455.jpg differ
diff --git a/images/pexels-pixabay-357756.jpg b/images/pexels-pixabay-357756.jpg
new file mode 100644
index 0000000..dd3298c
Binary files /dev/null and b/images/pexels-pixabay-357756.jpg differ
diff --git a/index.html b/index.html
index 4271881..5f1f7f5 100644
--- a/index.html
+++ b/index.html
@@ -5,10 +5,53 @@
Culinary Chronicles
+
- Culinary Chronicles: Showcasing the Best Food in the World
- A website by: PARTNER 1 & PARTNER 2
+
+ Culinary Chronicles: Showcasing the Best Food in the World
+ A website by: Curtis & Malik
+
+
+
+
+
+
- Indian
+

+
- Mexican
+

+
+
+
- Cajun
+

+
- Chinese
+

+
+
+
+
+
+ - Shrimp Tikka Massala
+
+
+
+ - Shrimp Tacos
+
+
+
+ - Gumbo
+
+
+
+ - Fried Rice
+
+
+
+
+
+
+
+
diff --git a/styles.css b/styles.css
new file mode 100644
index 0000000..90cb781
--- /dev/null
+++ b/styles.css
@@ -0,0 +1,65 @@
+body{
+ background-color:#FFD580;
+}
+img{
+ width: 35%;
+ height: 300px;
+ object-fit: cover;
+ box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
+
+}
+header{
+ text-align: center;
+}
+.curtisDishes{
+ width: 90%;
+ display: flex;
+ flex-direction: row;
+ justify-content: space-evenly;
+ align-items: center;
+ background-color: orange;
+ margin-right: auto;
+ margin-left: auto;
+ font-family: sans-serif;
+ font-size: 20px;
+ text-align: center;
+ opacity: 80%;
+
+}
+.malikDishes {
+ margin-top: 3em;
+ width: 90%;
+ display: flex;
+ flex-direction: row;
+ justify-content: space-evenly;
+ align-items: center;
+ background-color: orange;
+ margin-right: auto;
+ margin-left: auto;
+ font-family: sans-serif;
+ font-size: 20px;
+ opacity: 80%;
+}
+ul li{
+ text-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
+ list-style: none;
+ margin-left: 2em;
+}
+ol {
+ border: 2px solid lightgrey;
+ border-radius: 5px;
+ color: white;
+ background-color: lightgrey;
+ display: flex;
+ flex-direction: column;
+ justify-content: center;
+ align-items: center;
+ width: 60%;
+ margin-left: auto;
+ margin-right: auto;
+ text-decoration-line: underline;
+}
+ol img{
+ width: 100%;
+ height: 50vh;
+}
\ No newline at end of file