diff --git a/index.html b/index.html index 4271881..00dd551 100644 --- a/index.html +++ b/index.html @@ -5,22 +5,49 @@ Culinary Chronicles + -

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

+
+

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 + + + Margherita Pizza + + Chicken Tacos + + Chicken Korma +
- + +

Easy recipes for you!

- +
+ + + +
diff --git a/style.css b/style.css new file mode 100644 index 0000000..0dee6fc --- /dev/null +++ b/style.css @@ -0,0 +1,61 @@ +html { + background-color: rgb(250, 200, 207); + background-image: linear-gradient(rgb(255, 165, 177), white); + background-attachment: fixed; + +} + +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: xx-large; +} + +iframe { + border-style: solid; + border-color: white; + border-radius: 10px; + border-width: 10px; +} + +#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