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