diff --git a/.vscode/settings.json b/.vscode/settings.json
new file mode 100644
index 0000000..6f3a291
--- /dev/null
+++ b/.vscode/settings.json
@@ -0,0 +1,3 @@
+{
+ "liveServer.settings.port": 5501
+}
\ No newline at end of file
diff --git a/ChickenMasala.JPG b/ChickenMasala.JPG
new file mode 100644
index 0000000..555c715
Binary files /dev/null and b/ChickenMasala.JPG differ
diff --git a/FriedChicken.jpg b/FriedChicken.jpg
new file mode 100644
index 0000000..88241b3
Binary files /dev/null and b/FriedChicken.jpg differ
diff --git a/Hibachi.jpg b/Hibachi.jpg
new file mode 100644
index 0000000..ae75a2e
Binary files /dev/null and b/Hibachi.jpg differ
diff --git a/index.html b/index.html
index 4271881..d4b3d70 100644
--- a/index.html
+++ b/index.html
@@ -5,13 +5,60 @@
Culinary Chronicles
+
Culinary Chronicles: Showcasing the Best Food in the World
- A website by: PARTNER 1 & PARTNER 2
+
+
+
+
+
+
+
+
+
+
+
diff --git a/pho.jpg b/pho.jpg
new file mode 100644
index 0000000..4327c05
Binary files /dev/null and b/pho.jpg differ
diff --git a/quesadilla.jpg b/quesadilla.jpg
new file mode 100644
index 0000000..84d6e0d
Binary files /dev/null and b/quesadilla.jpg differ
diff --git a/style.css b/style.css
new file mode 100644
index 0000000..fc350ee
--- /dev/null
+++ b/style.css
@@ -0,0 +1,58 @@
+body {
+ background-color: coral;
+
+}
+
+h1 {
+ background-image: linear-gradient(to right, white, #B284BE)
+}
+
+ol {
+ background-color: firebrick;
+}
+
+ol li {
+ color: white;
+ font-size: 16px
+}
+
+ul li {
+ font-size: 20px
+}
+
+.Headers3 {
+ color:azure;
+}
+
+#CuisineHeader {
+ font-family: fantasy;
+}
+
+#ItalianDiv {
+ background-color: green;
+}
+
+#JapaneseDiv {
+ background-color: red;
+}
+
+#IndianDiv {
+ background-color: orange;
+}
+
+#ThaiDiv {
+ background-color: lightblue;
+}
+
+#MexicanDiv {
+ background-color: lightgreen;
+}
+
+#SoulFoodDiv {
+ background-color: purple;
+}
+
+img {
+ height: 200px;
+ width: 300px;
+}
\ No newline at end of file