From c9728d32e12789d868d5c45540532e63ffacd8f6 Mon Sep 17 00:00:00 2001 From: Krzysztof Dyba <35004826+kadyb@users.noreply.github.com> Date: Wed, 16 Aug 2023 21:55:02 +0200 Subject: [PATCH] upload `style.css` --- style.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 style.css diff --git a/style.css b/style.css new file mode 100644 index 0000000..fe09811 --- /dev/null +++ b/style.css @@ -0,0 +1,13 @@ +h1.title { + text-align: center; + font-weight: bold; +} + +h4.author { + text-align: center; + font-weight: bold; +} + +body { + text-align: justify +}