From 6f8e2263742f5923d0d1fb5d956ba9293d1a65fe Mon Sep 17 00:00:00 2001 From: "jmeno.prijmeni" Date: Wed, 15 Sep 2021 11:33:26 +0200 Subject: [PATCH] =?UTF-8?q?zima=20+=20l=C3=A9to?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/style.css | 7 +++++++ leto.html | 13 +++++++++++++ zima.html | 13 +++++++++++++ 3 files changed, 33 insertions(+) create mode 100644 css/style.css create mode 100644 leto.html create mode 100644 zima.html diff --git a/css/style.css b/css/style.css new file mode 100644 index 0000000..2c0150a --- /dev/null +++ b/css/style.css @@ -0,0 +1,7 @@ +body.leto { + background-color: orange; +} + +body.zima { + background-color: paleturquoise; +} \ No newline at end of file diff --git a/leto.html b/leto.html new file mode 100644 index 0000000..dd9706b --- /dev/null +++ b/leto.html @@ -0,0 +1,13 @@ + + + + + + + Léto + + + +

Léto

+ + \ No newline at end of file diff --git a/zima.html b/zima.html new file mode 100644 index 0000000..65ececc --- /dev/null +++ b/zima.html @@ -0,0 +1,13 @@ + + + + + + + Zima + + + +

Zima

+ + \ No newline at end of file