From beb3e0cb1a4d2d04d6aac4d207c9eb3109f128e2 Mon Sep 17 00:00:00 2001 From: ArZarLordOfMango <96249677+ArZarLordOfMango@users.noreply.github.com> Date: Fri, 28 Jul 2023 16:05:29 +0200 Subject: [PATCH] Create style.css --- style.css | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 style.css diff --git a/style.css b/style.css new file mode 100644 index 0000000..5cf094c --- /dev/null +++ b/style.css @@ -0,0 +1,7 @@ +h1 { + text-align: center; +} + +body { + font-family: "Times New Roman", Times, serif; +}