diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..6b665aa --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "liveServer.settings.port": 5501 +} diff --git a/imgs/Chicken-Kebab.jpg b/imgs/Chicken-Kebab.jpg new file mode 100644 index 0000000..6451220 Binary files /dev/null and b/imgs/Chicken-Kebab.jpg differ diff --git a/imgs/Pan-Seared-Steak.jpg b/imgs/Pan-Seared-Steak.jpg new file mode 100644 index 0000000..05f1770 Binary files /dev/null and b/imgs/Pan-Seared-Steak.jpg differ diff --git a/imgs/butter-chicken.jpeg b/imgs/butter-chicken.jpeg new file mode 100644 index 0000000..e5bfed8 Binary files /dev/null and b/imgs/butter-chicken.jpeg differ diff --git a/index.html b/index.html index 4271881..908eceb 100644 --- a/index.html +++ b/index.html @@ -1,29 +1,64 @@ - - - - - Culinary Chronicles - - -

Culinary Chronicles: Showcasing the Best Food in the World

-

A website by: PARTNER 1 & PARTNER 2

+ + + + + Culinary Chronicles + + + +
+

Culinary Chronicles: Showcasing the Best Food in the World

+

A website by: Tatiana, Ibrahim, and Evan

+
- - - +
+

Our Favorite Cuisines

+
    +
  1. Dominican/Latin
  2. +
  3. Arab Food
  4. +
  5. American?
  6. +
+
+
+

Our Favorite Dishes

- - +
    +
  1. Butter Chicken
  2. + butter chicken +
  3. Chicken Kebab
  4. + kebab +
  5. Pan Seared Steak
  6. + steak +
+
+
+

Recipes

- - - - - - \ No newline at end of file + +
+ + diff --git a/style.css b/style.css new file mode 100644 index 0000000..4560bdf --- /dev/null +++ b/style.css @@ -0,0 +1,30 @@ +.heading { + color: rgb(0, 170, 255); + text-align: center; + text-shadow: #fc0 1px 0 10px; + font-size: 24; + box-shadow: inset; + text-decoration: underline; +} + +div { + font-size: 16; + color: black; +} +.fav-cuisines { + background-color: aquamarine; +} + +.fav-dishes { + background-color: beige; +} +.recipes { + background-color: brown; +} + +img { + width: 300px; + border-radius: 2rem; + opacity: 101; + box-shadow: 10px 5px 5px lightgrey; +}