From 687cde6c35fa83fe840c5ad8a1533cdc736ab990 Mon Sep 17 00:00:00 2001 From: Andrea Date: Wed, 12 Nov 2025 08:25:24 +0100 Subject: [PATCH] Added stylesheet --- index.html | 1 + style.css | 7 +++++++ 2 files changed, 8 insertions(+) create mode 100644 style.css diff --git a/index.html b/index.html index af26c52..856719d 100644 --- a/index.html +++ b/index.html @@ -4,6 +4,7 @@ PizzaExpress Web + diff --git a/style.css b/style.css new file mode 100644 index 0000000..48ae0a7 --- /dev/null +++ b/style.css @@ -0,0 +1,7 @@ +body{ + /* background-color: darkgray; */ +} + +body, button{ + font-family: 'Comic Sans MS', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; +} \ No newline at end of file