diff --git a/index.html b/index.html index 4271881..04aba14 100644 --- a/index.html +++ b/index.html @@ -5,24 +5,43 @@ Culinary Chronicles +

Culinary Chronicles: Showcasing the Best Food in the World

-

A website by: PARTNER 1 & PARTNER 2

+

A website by: Thomas & Briana

+ - +
+
+
+
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