From f4add828ca94a93c830051683d53c2b568f4b629 Mon Sep 17 00:00:00 2001 From: Jamal Date: Tue, 29 Apr 2025 12:04:59 -0500 Subject: [PATCH 1/5] created style sheet and linked it --- index.html | 1 + style.css | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 style.css diff --git a/index.html b/index.html index 4271881..18e96b2 100644 --- a/index.html +++ b/index.html @@ -5,6 +5,7 @@ Culinary Chronicles +

Culinary Chronicles: Showcasing the Best Food in the World

diff --git a/style.css b/style.css new file mode 100644 index 0000000..f5e2472 --- /dev/null +++ b/style.css @@ -0,0 +1,3 @@ +* { + background-color: lightpink; +} \ No newline at end of file From 769a038ce0b861e493eb85ea733990cf63cc4f1d Mon Sep 17 00:00:00 2001 From: Jamal Date: Tue, 29 Apr 2025 13:49:31 -0500 Subject: [PATCH 2/5] added videos, and updated titles --- index.html | 12 +++++++++--- style.css | 21 ++++++++++++++++++++- 2 files changed, 29 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index 18e96b2..2a32b45 100644 --- a/index.html +++ b/index.html @@ -8,8 +8,10 @@ -

Culinary Chronicles: Showcasing the Best Food in the World

-

A website by: PARTNER 1 & PARTNER 2

+
+

The World's Exquisite Cuisine

+

Brought to you by Mohammad Jamal & Sameera Chinta

+
@@ -21,7 +23,11 @@

A website by: PARTNER 1 & PARTNER 2

- +
+ + + +
diff --git a/style.css b/style.css index f5e2472..0aa62fa 100644 --- a/style.css +++ b/style.css @@ -1,3 +1,22 @@ * { - background-color: lightpink; + background-color: rgb(250, 200, 207); +} + +#title { + font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; + text-align: center; + color: white; + text-decoration:solid; + font-size: x-large; +} + +iframe { + border-style: solid; + border-color: white; + border-radius: 10px; + border-width: 10px; +} + +#recipes { + margin-left: 60px; } \ No newline at end of file From adadcf38bb56c0a72a6724eadb29c8282e395183 Mon Sep 17 00:00:00 2001 From: Jamal Date: Tue, 29 Apr 2025 14:05:31 -0500 Subject: [PATCH 3/5] added gradient and style --- style.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 0aa62fa..348ac44 100644 --- a/style.css +++ b/style.css @@ -1,5 +1,8 @@ -* { +html { background-color: rgb(250, 200, 207); + background-image: linear-gradient(rgb(255, 165, 177), white); + background-attachment: fixed; + } #title { @@ -18,5 +21,5 @@ iframe { } #recipes { - margin-left: 60px; + margin-left: 65px; } \ No newline at end of file From e643333d450047aa4fdb8781dbf5db10e9a3a18d Mon Sep 17 00:00:00 2001 From: SameeraChinta13 Date: Tue, 29 Apr 2025 14:31:01 -0500 Subject: [PATCH 4/5] Added list --- index.html | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/index.html b/index.html index 2a32b45..31e7cc8 100644 --- a/index.html +++ b/index.html @@ -14,6 +14,34 @@

Brought to you by Mohammad Jamal & Sameera Chinta

+

Our Top 5 favorite cuisines:

+
    +
  1. Indian – especially Korma, Biryani, and Bhuna Gosht
  2. +
  3. Italian
  4. +
  5. Mexican
  6. +
  7. Thai
  8. +
  9. Japanese
  10. +
+

Our Favorite Dishes:

+
    +
  • + Hyderabadi Biryani
    + Hyderabadi Biryani +
  • +
  • + Margherita Pizza
    + Margherita Pizza +
  • +
  • + Chicken Tacos
    + Chicken Tacos +
  • +
  • + Korma
    + Pad Thai +
  • +
+ From 2a539454e2eaabc77fa1b5a4816ac62af00a5d01 Mon Sep 17 00:00:00 2001 From: Jamal Date: Tue, 29 Apr 2025 15:20:57 -0500 Subject: [PATCH 5/5] formatted images, text, title --- index.html | 28 ++++++++++------------------ style.css | 38 +++++++++++++++++++++++++++++++++++++- 2 files changed, 47 insertions(+), 19 deletions(-) diff --git a/index.html b/index.html index 31e7cc8..00dd551 100644 --- a/index.html +++ b/index.html @@ -23,31 +23,23 @@

Our Top 5 favorite cuisines:

  • Japanese
  • Our Favorite Dishes:

    -
      -
    • - Hyderabadi Biryani
      - Hyderabadi Biryani -
    • -
    • - Margherita Pizza
      +
      + Hyderabadi Biryani + + Margherita Pizza -
    • -
    • - Chicken Tacos
      - Chicken Tacos -
    • -
    • - Korma
      - Pad Thai -
    • -
    + + Chicken Tacos + + Chicken Korma + - +

    Easy recipes for you!

    diff --git a/style.css b/style.css index 348ac44..0dee6fc 100644 --- a/style.css +++ b/style.css @@ -5,12 +5,35 @@ html { } +h3 { + color: white; + font-size: xx-large; + text-align: center; + text-decoration: underline; + text-shadow: + 1px 1px 2px red, + 0 0 1em lightcoral, + 0 0 0.2em lightcoral; +} + +ol { + color: white; + font-size: xx-large; + font-family:cursive; + font-weight: bold; + text-shadow: + 1px 1px 2px red, + 0 0 1em lightcoral, + 0 0 0.2em lightcoral; + margin-left: 50px; +} + #title { font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; text-align: center; color: white; text-decoration:solid; - font-size: x-large; + font-size: xx-large; } iframe { @@ -22,4 +45,17 @@ iframe { #recipes { margin-left: 65px; +} + +img { + border-radius: 50px; + height: 180px; + width: 300px; + padding-right: 25px; +} + +.images { + margin-bottom: 25px; + display: flex; + justify-content: center; } \ No newline at end of file