diff --git a/images/burger.avif b/images/burger.avif new file mode 100644 index 0000000..4e5a24f Binary files /dev/null and b/images/burger.avif differ diff --git a/images/fries.avif b/images/fries.avif new file mode 100644 index 0000000..0885f21 Binary files /dev/null and b/images/fries.avif differ diff --git a/images/salad.avif b/images/salad.avif new file mode 100644 index 0000000..c1f04bb Binary files /dev/null and b/images/salad.avif differ diff --git a/index.html b/index.html index 4271881..d1fa44a 100644 --- a/index.html +++ b/index.html @@ -1,29 +1,49 @@ - - - - - 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: Natalia & Alex

+ +
+

Our favorite cuisine

+
    +
  1. Mexican
  2. +
  3. Lebanese
  4. +
  5. Italian
  6. +
  7. Korean
  8. +
+
+
+

Our favorite recipes

+ +
- - - - - - - - - - \ No newline at end of file + + diff --git a/style.css b/style.css new file mode 100644 index 0000000..f7ba93f --- /dev/null +++ b/style.css @@ -0,0 +1,30 @@ +body { + background-color: black; + color: white; + padding: 3rem; +} + +.main-title, +.main-subtitle { + text-align: center; +} + +ul { + display: flex; + list-style: none; + justify-content: space-evenly; + gap: 2rem; +} + +ul a { + text-decoration: none; + color: inherit; +} + +img { + width: 100%; + height: 100%; + border-radius: 10px; + aspect-ratio: 1 / 1; + margin-top: 5px; +}