From 24cd1edc66549387453f1b546b0227e4ee086d2b Mon Sep 17 00:00:00 2001 From: agatapolejowska Date: Tue, 3 Dec 2024 14:58:41 +0100 Subject: [PATCH] Simple template for testing pages --- index.html | 11 ++++++----- style.css | 8 ++++++++ 2 files changed, 14 insertions(+), 5 deletions(-) create mode 100644 style.css diff --git a/index.html b/index.html index 9770062..0a9c4b3 100644 --- a/index.html +++ b/index.html @@ -1,12 +1,13 @@ - CMG-GUTS + Cancer Microbiology Group + -
-
-

CMG-GUTS

+
+
+

CMG

- + \ No newline at end of file diff --git a/style.css b/style.css new file mode 100644 index 0000000..c7287f4 --- /dev/null +++ b/style.css @@ -0,0 +1,8 @@ +body { + background-color: black; + color: white; +} + +h3 { + font-family: 'Verdana', sans-serif; +}