From f4a39a7cf0dc8158e91fd816b699e3c31feb664a Mon Sep 17 00:00:00 2001 From: Daniels Date: Wed, 19 Feb 2025 11:58:21 -0600 Subject: [PATCH 1/3] Change Names --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 4271881..a647d3b 100644 --- a/index.html +++ b/index.html @@ -8,7 +8,7 @@

Culinary Chronicles: Showcasing the Best Food in the World

-

A website by: PARTNER 1 & PARTNER 2

+

A website by: Thomas & Briana

From ceb1fba19f519b693053ade48d146df7b93dcf48 Mon Sep 17 00:00:00 2001 From: Scheltema Date: Wed, 19 Feb 2025 12:25:59 -0600 Subject: [PATCH 2/3] Added list of foods --- index.html | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/index.html b/index.html index a647d3b..9e7d4f9 100644 --- a/index.html +++ b/index.html @@ -11,6 +11,13 @@

Culinary Chronicles: Showcasing the Best Food in the World

A website by: Thomas & Briana

+ From c4111e411df0b598548d6ff28c7fe08ae49291f6 Mon Sep 17 00:00:00 2001 From: Daniels Date: Thu, 20 Feb 2025 14:09:27 -0600 Subject: [PATCH 3/3] added more css --- index.html | 16 ++++++++++++++-- style.css | 9 +++++++++ 2 files changed, 23 insertions(+), 2 deletions(-) create mode 100644 style.css diff --git a/index.html b/index.html index 9e7d4f9..04aba14 100644 --- a/index.html +++ b/index.html @@ -5,6 +5,7 @@ Culinary Chronicles +

Culinary Chronicles: Showcasing the Best Food in the World

@@ -22,14 +23,25 @@

A website by: Thomas & Briana

- +
    +
  • Pizza
  • +
  • Hamburger
  • +
  • Nachos
  • +
  • Tacos
  • +
  • Pasta
  • +
+
+
    +
  • How to make a key lime pie
  • +
  • How to make a cheeseball
  • - +
+
diff --git a/style.css b/style.css new file mode 100644 index 0000000..59b7ce0 --- /dev/null +++ b/style.css @@ -0,0 +1,9 @@ +ul { + color: green; + font-size: 20px; +} +div{ + color: orange; + font-size: 40px; + background-color: black; +} \ No newline at end of file