From 37420b248e1950d67615dcc3485f9c3eeceb9fd3 Mon Sep 17 00:00:00 2001 From: JZujewski1 Date: Sun, 28 Nov 2021 15:31:28 +0100 Subject: [PATCH] =?UTF-8?q?Juliusz=20-=20dodanie=20element=C3=B3w=20do=20l?= =?UTF-8?q?isty=20muzyka,=20h1=20dodanie=20text-decoration,=20zmiana=20kol?= =?UTF-8?q?oru,=20zmiana=20font-family=20na=20sans-serif?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 3 +++ style.css | 2 ++ 2 files changed, 5 insertions(+) diff --git a/index.html b/index.html index f9c7c6b..01cdaaf 100644 --- a/index.html +++ b/index.html @@ -167,6 +167,9 @@

Przykładowy form 1

+ + + diff --git a/style.css b/style.css index 8ecfd95..2e0cd0d 100644 --- a/style.css +++ b/style.css @@ -1,6 +1,8 @@ h1{ color: blue; font-weight: bold; + text-decoration: underline; + font-family: Arial, Helvetica, sans-serif; } *{