From bcaa67c60b0daa67caaa48d8fa457b2d685a2b20 Mon Sep 17 00:00:00 2001 From: Jesus Date: Mon, 14 Nov 2022 17:09:34 +0100 Subject: [PATCH] Adding style.css --- src/main/resources/static/css/style.css | 8 ++++++++ src/main/resources/templates/index.html | 1 + src/main/resources/templates/time.html | 1 + 3 files changed, 10 insertions(+) create mode 100644 src/main/resources/static/css/style.css diff --git a/src/main/resources/static/css/style.css b/src/main/resources/static/css/style.css new file mode 100644 index 0000000..5b9e0af --- /dev/null +++ b/src/main/resources/static/css/style.css @@ -0,0 +1,8 @@ +body{ + background-color: slategrey; + color: white; +} + +h1{ + font-size: 4rem; +} \ No newline at end of file diff --git a/src/main/resources/templates/index.html b/src/main/resources/templates/index.html index 72c09ff..dd9e712 100644 --- a/src/main/resources/templates/index.html +++ b/src/main/resources/templates/index.html @@ -4,6 +4,7 @@ + Index diff --git a/src/main/resources/templates/time.html b/src/main/resources/templates/time.html index 0db7bb5..510f603 100644 --- a/src/main/resources/templates/time.html +++ b/src/main/resources/templates/time.html @@ -4,6 +4,7 @@ + Time