diff --git a/friedgnocchi.jpg b/friedgnocchi.jpg new file mode 100644 index 0000000..165d4c0 Binary files /dev/null and b/friedgnocchi.jpg differ diff --git a/index.html b/index.html index 4271881..31559b4 100644 --- a/index.html +++ b/index.html @@ -4,6 +4,7 @@ + Culinary Chronicles @@ -11,16 +12,38 @@

Culinary Chronicles: Showcasing the Best Food in the World

A website by: PARTNER 1 & PARTNER 2

- + - + Seasame Tofu with Broccoli +
  • Seasame Tofu with Broccoli
  • + Steak +
  • Steak
  • + Fried Gnocchi +
  • Sheet Pan Gnocchi
  • - +
    +

    Recipes

    +

    Honey Garlic Chicken

    + Honey Garlic Chicken Recipe +

    Meatloaf

    + Meatloaf Recipe +
    diff --git a/seasame_broccoli.webp b/seasame_broccoli.webp new file mode 100644 index 0000000..1382573 Binary files /dev/null and b/seasame_broccoli.webp differ diff --git a/steakPic.jfif b/steakPic.jfif new file mode 100644 index 0000000..5acd6d5 Binary files /dev/null and b/steakPic.jfif differ diff --git a/style.css b/style.css new file mode 100644 index 0000000..2171979 --- /dev/null +++ b/style.css @@ -0,0 +1,29 @@ +#tofu { + height: 500px; + width: auto; + border-radius: 30px; + margin-left: auto; + margin-right: auto; + display: block; +} +#steak { + height: 500px; + width: auto; + border-radius: 30px; + margin-left: auto; + margin-right: auto; + display: block; +} +#gnocchi { + height: 600px; + width: auto; + border-radius: 30px; + margin-left: auto; + margin-right: auto; + display: block; +} +.dishTxt { + color: rgb(61, 61, 61); + font-size: xx-large; + font: italic; + text-align: center;}