From 752ec84cebbdd76a1e8ca6798c5f65783e20221c Mon Sep 17 00:00:00 2001 From: Krystian Rzepa Date: Mon, 31 Dec 2018 00:16:49 +0000 Subject: [PATCH] Dodaj 'style/main.css' --- style/main.css | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 style/main.css diff --git a/style/main.css b/style/main.css new file mode 100644 index 0000000..b52ad1c --- /dev/null +++ b/style/main.css @@ -0,0 +1,23 @@ +body{ + margin: 0; + padding: 0; + background: #333333; + background-size: cover; + background-position: center; + font-family: sans-serif; +} + +h1{ + margin: 0; + padding: 0 0 20px; + text-align: center; + font-size: 22px; +} + +h2{ + font-weight: bold; + margin-bottom: 5px; + text-align: center; + font-size: 16px; + color: red; +} \ No newline at end of file